Html Css Color HEX #30AFCC Summer Sky

📋 copy color: '#30AFCC'

red 48 ◦ green 175 ◦ blue 204

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

Shades of Summer Sky #30AFCC

Tints of Summer Sky #30AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 11.24%
G = 40.98%
B = 47.78%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30AFCC (or 0x30AFCC) is known color: Summer Sky. HEX triplet: 30, AF and CC. RGB value is (48,175,204). Sum of RGB (Red+Green+Blue) = 48+175+204=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #30AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFCC is #CF5033. Grayscale: #8C8C8C. Windows color (decimal): -13586484 or 13414192. OLE color: 13414192.

HSL color Cylindrical-coordinate representation of color #30AFCC: hue angle of 191.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AFCC is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 175 204 -
CMYK 0.76 0.14 0 0.2
HSL 191.15º 0.62% 0.49% -
HSV(B) 191.15º 0.76% 0.8% -
XYZ 27.45 35.65 62.56 -
YUV 140.33 163.92 62.14 -
System Red Green Blue C M Y K H S L
Decimal 48 175 204 0.76 0.14 0 0.2 191.15 0.62 0.49
Hex 30 AF CC 4C E 0 14 BF 3E 31
Octal 60 257 314 114 16 0 24 277 76 61
Binary 110000 10101111 11001100 1001100 1110 0 10100 10111111 111110 110001

Color Harmonies of #30AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFCC

Black with #30AFCC

Text Example


Text Example

White with #30AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,204); }

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

background-color css

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

 a { background-color: rgb(48,175,204); }

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

border-color css

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

 span { border-color: rgb(48,175,204); }

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