Html Css Color HEX #30B3DB Summer Sky

📋 copy color: '#30B3DB'

red 48 ◦ green 179 ◦ blue 219

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

Shades of Summer Sky #30B3DB

Tints of Summer Sky #30B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 10.76%
G = 40.13%
B = 49.1%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30B3DB (or 0x30B3DB) is known color: Summer Sky. HEX triplet: 30, B3 and DB. RGB value is (48,179,219). Sum of RGB (Red+Green+Blue) = 48+179+219=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #30B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B3DB is #CF4C24. Grayscale: #909090. Windows color (decimal): -13585445 or 14398256. OLE color: 14398256.

HSL color Cylindrical-coordinate representation of color #30B3DB: hue angle of 194.04º 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 #30B3DB is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 179 219 -
CMYK 0.78 0.18 0 0.14
HSL 194.04º 0.7% 0.52% -
HSV(B) 194.04º 0.78% 0.86% -
XYZ 30.13 37.98 72.76 -
YUV 144.39 170.1 59.25 -
System Red Green Blue C M Y K H S L
Decimal 48 179 219 0.78 0.18 0 0.14 194.04 0.7 0.52
Hex 30 B3 DB 4E 12 0 E C2 46 34
Octal 60 263 333 116 22 0 16 302 106 64
Binary 110000 10110011 11011011 1001110 10010 0 1110 11000010 1000110 110100

Color Harmonies of #30B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B3DB

Black with #30B3DB

Text Example


Text Example

White with #30B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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