Html Css Color HEX #30B6DB Summer Sky

📋 copy color: '#30B6DB'

red 48 ◦ green 182 ◦ blue 219

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

Shades of Summer Sky #30B6DB

Tints of Summer Sky #30B6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 10.69%
G = 40.53%
B = 48.78%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30B6DB (or 0x30B6DB) is known color: Summer Sky. HEX triplet: 30, B6 and DB. RGB value is (48,182,219). Sum of RGB (Red+Green+Blue) = 48+182+219=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #30B6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B6DB is #CF4924. Grayscale: #919191. Windows color (decimal): -13584677 or 14399024. OLE color: 14399024.

HSL color Cylindrical-coordinate representation of color #30B6DB: hue angle of 192.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B6DB is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 182 219 -
CMYK 0.78 0.17 0 0.14
HSL 192.98º 0.7% 0.52% -
HSV(B) 192.98º 0.78% 0.86% -
XYZ 30.73 39.2 72.96 -
YUV 146.15 169.11 57.99 -
System Red Green Blue C M Y K H S L
Decimal 48 182 219 0.78 0.17 0 0.14 192.98 0.7 0.52
Hex 30 B6 DB 4E 11 0 E C1 46 34
Octal 60 266 333 116 21 0 16 301 106 64
Binary 110000 10110110 11011011 1001110 10001 0 1110 11000001 1000110 110100

Color Harmonies of #30B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B6DB

Black with #30B6DB

Text Example


Text Example

White with #30B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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