Html Css Color HEX #30B0CF Summer Sky

📋 copy color: '#30B0CF'

red 48 ◦ green 176 ◦ blue 207

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

Shades of Summer Sky #30B0CF

Tints of Summer Sky #30B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

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

R = 11.14%
G = 40.84%
B = 48.03%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30B0CF (or 0x30B0CF) is known color: Summer Sky. HEX triplet: 30, B0 and CF. RGB value is (48,176,207). Sum of RGB (Red+Green+Blue) = 48+176+207=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #30B0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0CF is #CF4F30. Grayscale: #8D8D8D. Windows color (decimal): -13586225 or 13611056. OLE color: 13611056.

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

Color convert

RGB 48 176 207 -
CMYK 0.77 0.15 0 0.19
HSL 191.7º 0.62% 0.5% -
HSV(B) 191.7º 0.77% 0.81% -
XYZ 28.01 36.18 64.54 -
YUV 141.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 48 176 207 0.77 0.15 0 0.19 191.7 0.62 0.5
Hex 30 B0 CF 4D F 0 13 C0 3E 32
Octal 60 260 317 115 17 0 23 300 76 62
Binary 110000 10110000 11001111 1001101 1111 0 10011 11000000 111110 110010

Color Harmonies of #30B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B0CF

Black with #30B0CF

Text Example


Text Example

White with #30B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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