Html Css Color HEX #30ABCC Summer Sky

📋 copy color: '#30ABCC'

red 48 ◦ green 171 ◦ blue 204

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

Shades of Summer Sky #30ABCC

Tints of Summer Sky #30ABCC

RGB

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

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

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

R = 11.35%
G = 40.43%
B = 48.23%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30ABCC (or 0x30ABCC) is known color: Summer Sky. HEX triplet: 30, AB and CC. RGB value is (48,171,204). Sum of RGB (Red+Green+Blue) = 48+171+204=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #30ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABCC is #CF5433. Grayscale: #898989. Windows color (decimal): -13587508 or 13413168. OLE color: 13413168.

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

Color convert

RGB 48 171 204 -
CMYK 0.76 0.16 0 0.2
HSL 192.69º 0.62% 0.49% -
HSV(B) 192.69º 0.76% 0.8% -
XYZ 26.68 34.11 62.31 -
YUV 137.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 48 171 204 0.76 0.16 0 0.2 192.69 0.62 0.49
Hex 30 AB CC 4C 10 0 14 C1 3E 31
Octal 60 253 314 114 20 0 24 301 76 61
Binary 110000 10101011 11001100 1001100 10000 0 10100 11000001 111110 110001

Color Harmonies of #30ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABCC

Black with #30ABCC

Text Example


Text Example

White with #30ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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