Html Css Color HEX #30BFCD Summer Sky

📋 copy color: '#30BFCD'

red 48 ◦ green 191 ◦ blue 205

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

Shades of Summer Sky #30BFCD

Tints of Summer Sky #30BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 10.81%
G = 43.02%
B = 46.17%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30BFCD (or 0x30BFCD) is known color: Summer Sky. HEX triplet: 30, BF and CD. RGB value is (48,191,205). Sum of RGB (Red+Green+Blue) = 48+191+205=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #30BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFCD is #CF4032. Grayscale: #959595. Windows color (decimal): -13582387 or 13483824. OLE color: 13483824.

HSL color Cylindrical-coordinate representation of color #30BFCD: hue angle of 185.35º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BFCD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 191 205 -
CMYK 0.77 0.07 0 0.20
HSL 185.35º 0.62% 0.5% -
HSV(B) 185.35º 0.77% 0.8% -
XYZ 30.87 42.3 64.29 -
YUV 149.84 159.12 55.36 -
System Red Green Blue C M Y K H S L
Decimal 48 191 205 0.77 0.07 0 0.20 185.35 0.62 0.5
Hex 30 BF CD 4D 7 0 14 B9 3E 32
Octal 60 277 315 115 7 0 24 271 76 62
Binary 110000 10111111 11001101 1001101 111 0 10100 10111001 111110 110010

Color Harmonies of #30BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFCD

Black with #30BFCD

Text Example


Text Example

White with #30BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,205); }

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

background-color css

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

 a { background-color: rgb(48,191,205); }

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

border-color css

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

 span { border-color: rgb(48,191,205); }

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