Html Css Color HEX #30B9CC Summer Sky

📋 copy color: '#30B9CC'

red 48 ◦ green 185 ◦ blue 204

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

Shades of Summer Sky #30B9CC

Tints of Summer Sky #30B9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

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

R = 10.98%
G = 42.33%
B = 46.68%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30B9CC (or 0x30B9CC) is known color: Summer Sky. HEX triplet: 30, B9 and CC. RGB value is (48,185,204). Sum of RGB (Red+Green+Blue) = 48+185+204=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #30B9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9CC is #CF4633. Grayscale: #919191. Windows color (decimal): -13583924 or 13416752. OLE color: 13416752.

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

Color convert

RGB 48 185 204 -
CMYK 0.76 0.09 0 0.2
HSL 187.31º 0.62% 0.49% -
HSV(B) 187.31º 0.76% 0.8% -
XYZ 29.47 39.69 63.23 -
YUV 146.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 48 185 204 0.76 0.09 0 0.2 187.31 0.62 0.49
Hex 30 B9 CC 4C 9 0 14 BB 3E 31
Octal 60 271 314 114 11 0 24 273 76 61
Binary 110000 10111001 11001100 1001100 1001 0 10100 10111011 111110 110001

Color Harmonies of #30B9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B9CC

Black with #30B9CC

Text Example


Text Example

White with #30B9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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