Html Css Color HEX #30AFCB Summer Sky

📋 copy color: '#30AFCB'

red 48 ◦ green 175 ◦ blue 203

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

Shades of Summer Sky #30AFCB

Tints of Summer Sky #30AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 11.27%
G = 41.08%
B = 47.65%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30AFCB (or 0x30AFCB) is known color: Summer Sky. HEX triplet: 30, AF and CB. RGB value is (48,175,203). Sum of RGB (Red+Green+Blue) = 48+175+203=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #30AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFCB is #CF5034. Grayscale: #8B8B8B. Windows color (decimal): -13586485 or 13348656. OLE color: 13348656.

HSL color Cylindrical-coordinate representation of color #30AFCB: hue angle of 190.84º 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 #30AFCB is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 175 203 -
CMYK 0.76 0.14 0 0.20
HSL 190.84º 0.62% 0.49% -
HSV(B) 190.84º 0.76% 0.8% -
XYZ 27.33 35.6 61.93 -
YUV 140.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 48 175 203 0.76 0.14 0 0.20 190.84 0.62 0.49
Hex 30 AF CB 4C E 0 14 BF 3E 31
Octal 60 257 313 114 16 0 24 277 76 61
Binary 110000 10101111 11001011 1001100 1110 0 10100 10111111 111110 110001

Color Harmonies of #30AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFCB

Black with #30AFCB

Text Example


Text Example

White with #30AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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