Html Css Color HEX #30B6D9 Summer Sky

📋 copy color: '#30B6D9'

red 48 ◦ green 182 ◦ blue 217

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

Shades of Summer Sky #30B6D9

Tints of Summer Sky #30B6D9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

 BLUE value IS 217 (85.16% from 255) = 48.55%

R = 10.74%
G = 40.72%
B = 48.55%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#30B6D9 (or 0x30B6D9) is known color: Summer Sky. HEX triplet: 30, B6 and D9. RGB value is (48,182,217). Sum of RGB (Red+Green+Blue) = 48+182+217=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #30B6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B6D9 is #CF4926. Grayscale: #919191. Windows color (decimal): -13584679 or 14267952. OLE color: 14267952.

HSL color Cylindrical-coordinate representation of color #30B6D9: hue angle of 192.43º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B6D9 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 182 217 -
CMYK 0.78 0.16 0 0.15
HSL 192.43º 0.69% 0.52% -
HSV(B) 192.43º 0.78% 0.85% -
XYZ 30.47 39.09 71.59 -
YUV 145.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 48 182 217 0.78 0.16 0 0.15 192.43 0.69 0.52
Hex 30 B6 D9 4E 10 0 F C0 45 34
Octal 60 266 331 116 20 0 17 300 105 64
Binary 110000 10110110 11011001 1001110 10000 0 1111 11000000 1000101 110100

Color Harmonies of #30B6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B6D9

Black with #30B6D9

Text Example


Text Example

White with #30B6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,182,217); }

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

background-color css

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

 a { background-color: rgb(48,182,217); }

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

border-color css

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

 span { border-color: rgb(48,182,217); }

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