Html Css Color HEX #30BFD1 Summer Sky

📋 copy color: '#30BFD1'

red 48 ◦ green 191 ◦ blue 209

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

Shades of Summer Sky #30BFD1

Tints of Summer Sky #30BFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 10.71%
G = 42.63%
B = 46.65%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#30BFD1 (or 0x30BFD1) is known color: Summer Sky. HEX triplet: 30, BF and D1. RGB value is (48,191,209). Sum of RGB (Red+Green+Blue) = 48+191+209=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #30BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFD1 is #CF402E. Grayscale: #969696. Windows color (decimal): -13582383 or 13745968. OLE color: 13745968.

HSL color Cylindrical-coordinate representation of color #30BFD1: hue angle of 186.71º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BFD1 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 191 209 -
CMYK 0.77 0.09 0 0.18
HSL 186.71º 0.64% 0.5% -
HSV(B) 186.71º 0.77% 0.82% -
XYZ 31.36 42.49 66.87 -
YUV 150.3 161.12 55.04 -
System Red Green Blue C M Y K H S L
Decimal 48 191 209 0.77 0.09 0 0.18 186.71 0.64 0.5
Hex 30 BF D1 4D 9 0 12 BB 40 32
Octal 60 277 321 115 11 0 22 273 100 62
Binary 110000 10111111 11010001 1001101 1001 0 10010 10111011 1000000 110010

Color Harmonies of #30BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFD1

Black with #30BFD1

Text Example


Text Example

White with #30BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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