Html Css Color HEX #30BCCF Summer Sky

📋 copy color: '#30BCCF'

red 48 ◦ green 188 ◦ blue 207

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

Shades of Summer Sky #30BCCF

Tints of Summer Sky #30BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

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

R = 10.84%
G = 42.44%
B = 46.73%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30BCCF (or 0x30BCCF) is known color: Summer Sky. HEX triplet: 30, BC and CF. RGB value is (48,188,207). Sum of RGB (Red+Green+Blue) = 48+188+207=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #30BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCCF is #CF4330. Grayscale: #949494. Windows color (decimal): -13583153 or 13614128. OLE color: 13614128.

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

Color convert

RGB 48 188 207 -
CMYK 0.77 0.09 0 0.19
HSL 187.17º 0.62% 0.5% -
HSV(B) 187.17º 0.77% 0.81% -
XYZ 30.46 41.1 65.36 -
YUV 148.31 161.12 56.46 -
System Red Green Blue C M Y K H S L
Decimal 48 188 207 0.77 0.09 0 0.19 187.17 0.62 0.5
Hex 30 BC CF 4D 9 0 13 BB 3E 32
Octal 60 274 317 115 11 0 23 273 76 62
Binary 110000 10111100 11001111 1001101 1001 0 10011 10111011 111110 110010

Color Harmonies of #30BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCCF

Black with #30BCCF

Text Example


Text Example

White with #30BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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