Html Css Color HEX #30BBCF Summer Sky

📋 copy color: '#30BBCF'

red 48 ◦ green 187 ◦ blue 207

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

Shades of Summer Sky #30BBCF

Tints of Summer Sky #30BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 10.86%
G = 42.31%
B = 46.83%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30BBCF (or 0x30BBCF) is known color: Summer Sky. HEX triplet: 30, BB and CF. RGB value is (48,187,207). Sum of RGB (Red+Green+Blue) = 48+187+207=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #30BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBCF is #CF4430. Grayscale: #939393. Windows color (decimal): -13583409 or 13613872. OLE color: 13613872.

HSL color Cylindrical-coordinate representation of color #30BBCF: hue angle of 187.55º 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 #30BBCF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 187 207 -
CMYK 0.77 0.10 0 0.19
HSL 187.55º 0.62% 0.5% -
HSV(B) 187.55º 0.77% 0.81% -
XYZ 30.25 40.67 65.29 -
YUV 147.72 161.45 56.87 -
System Red Green Blue C M Y K H S L
Decimal 48 187 207 0.77 0.10 0 0.19 187.55 0.62 0.5
Hex 30 BB CF 4D A 0 13 BC 3E 32
Octal 60 273 317 115 12 0 23 274 76 62
Binary 110000 10111011 11001111 1001101 1010 0 10011 10111100 111110 110010

Color Harmonies of #30BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBCF

Black with #30BBCF

Text Example


Text Example

White with #30BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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