Html Css Color HEX #30ABCE Summer Sky

📋 copy color: '#30ABCE'

red 48 ◦ green 171 ◦ blue 206

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

Shades of Summer Sky #30ABCE

Tints of Summer Sky #30ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 11.29%
G = 40.24%
B = 48.47%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30ABCE (or 0x30ABCE) is known color: Summer Sky. HEX triplet: 30, AB and CE. RGB value is (48,171,206). Sum of RGB (Red+Green+Blue) = 48+171+206=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #30ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABCE is #CF5431. Grayscale: #898989. Windows color (decimal): -13587506 or 13544240. OLE color: 13544240.

HSL color Cylindrical-coordinate representation of color #30ABCE: hue angle of 193.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30ABCE is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 171 206 -
CMYK 0.77 0.17 0 0.19
HSL 193.29º 0.62% 0.5% -
HSV(B) 193.29º 0.77% 0.81% -
XYZ 26.92 34.21 63.58 -
YUV 138.21 166.25 63.65 -
System Red Green Blue C M Y K H S L
Decimal 48 171 206 0.77 0.17 0 0.19 193.29 0.62 0.5
Hex 30 AB CE 4D 11 0 13 C1 3E 32
Octal 60 253 316 115 21 0 23 301 76 62
Binary 110000 10101011 11001110 1001101 10001 0 10011 11000001 111110 110010

Color Harmonies of #30ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABCE

Black with #30ABCE

Text Example


Text Example

White with #30ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,171,206); }

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

background-color css

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

 a { background-color: rgb(48,171,206); }

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

border-color css

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

 span { border-color: rgb(48,171,206); }

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