Html Css Color HEX #30BBCC Summer Sky

📋 copy color: '#30BBCC'

red 48 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #30BBCC

Tints of Summer Sky #30BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 10.93%
G = 42.6%
B = 46.47%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30BBCC (or 0x30BBCC) is known color: Summer Sky. HEX triplet: 30, BB and CC. RGB value is (48,187,204). Sum of RGB (Red+Green+Blue) = 48+187+204=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #30BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBCC is #CF4433. Grayscale: #939393. Windows color (decimal): -13583412 or 13417264. OLE color: 13417264.

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

Color convert

RGB 48 187 204 -
CMYK 0.76 0.08 0 0.2
HSL 186.54º 0.62% 0.49% -
HSV(B) 186.54º 0.76% 0.8% -
XYZ 29.89 40.53 63.37 -
YUV 147.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 48 187 204 0.76 0.08 0 0.2 186.54 0.62 0.49
Hex 30 BB CC 4C 8 0 14 BB 3E 31
Octal 60 273 314 114 10 0 24 273 76 61
Binary 110000 10111011 11001100 1001100 1000 0 10100 10111011 111110 110001

Color Harmonies of #30BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBCC

Black with #30BBCC

Text Example


Text Example

White with #30BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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