Html Css Color HEX #30ACEF Summer Sky

📋 copy color: '#30ACEF'

red 48 ◦ green 172 ◦ blue 239

#30ACEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #30ACEF

Tints of Summer Sky #30ACEF

RGB

 RED value IS 48 (19.14% from 255) = 10.46%

 GREEN value IS 172 (67.58% from 255) = 37.47%

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 10.46%
G = 37.47%
B = 52.07%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30ACEF (or 0x30ACEF) is known color: Summer Sky. HEX triplet: 30, AC and EF. RGB value is (48,172,239). Sum of RGB (Red+Green+Blue) = 48+172+239=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #30ACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACEF is #CF5310. Grayscale: #8E8E8E. Windows color (decimal): -13587217 or 15707184. OLE color: 15707184.

HSL color Cylindrical-coordinate representation of color #30ACEF: hue angle of 201.05º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ACEF is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 172 239 -
CMYK 0.80 0.28 0 0.06
HSL 201.05º 0.86% 0.56% -
HSV(B) 201.05º 0.8% 0.94% -
XYZ 31.55 36.37 87.02 -
YUV 142.56 182.42 60.55 -
System Red Green Blue C M Y K H S L
Decimal 48 172 239 0.80 0.28 0 0.06 201.05 0.86 0.56
Hex 30 AC EF 50 1C 0 6 C9 56 38
Octal 60 254 357 120 34 0 6 311 126 70
Binary 110000 10101100 11101111 1010000 11100 0 110 11001001 1010110 111000

Color Harmonies of #30ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACEF

Black with #30ACEF

Text Example


Text Example

White with #30ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30ACEF; }

 p { color: rgb(48,172,239); }

 H1.HeaderClassName
 {
   color: #30ACEF;
 }
 .AnyTagClassName
 {
   color: #30ACEF;
 }
</style>

background-color css

<style>
 a { background-color: #30ACEF; }

 a { background-color: rgb(48,172,239); }

 div.DivClassName
 {
   background-color: #30ACEF;
 }
 .BgClassName
 {
   background-color: #30ACEF;
 }
</style>

border-color css

<style>
 span { border-color: #30ACEF; }

 span { border-color: rgb(48,172,239); }

 td.TdClassName
 {
   border-color: #30ACEF;
 }
 .TagClassName
 {
   border-color: #30ACEF;
 }
</style>