Html Css Color HEX #30CADB Summer Sky

📋 copy color: '#30CADB'

red 48 ◦ green 202 ◦ blue 219

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

Shades of Summer Sky #30CADB

Tints of Summer Sky #30CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

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

R = 10.23%
G = 43.07%
B = 46.7%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30CADB (or 0x30CADB) is known color: Summer Sky. HEX triplet: 30, CA and DB. RGB value is (48,202,219). Sum of RGB (Red+Green+Blue) = 48+202+219=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #30CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CADB is #CF3524. Grayscale: #9D9D9D. Windows color (decimal): -13579557 or 14404144. OLE color: 14404144.

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

Color convert

RGB 48 202 219 -
CMYK 0.78 0.08 0 0.14
HSL 185.96º 0.7% 0.52% -
HSV(B) 185.96º 0.78% 0.86% -
XYZ 35.13 47.98 74.43 -
YUV 157.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 48 202 219 0.78 0.08 0 0.14 185.96 0.7 0.52
Hex 30 CA DB 4E 8 0 E BA 46 34
Octal 60 312 333 116 10 0 16 272 106 64
Binary 110000 11001010 11011011 1001110 1000 0 1110 10111010 1000110 110100

Color Harmonies of #30CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CADB

Black with #30CADB

Text Example


Text Example

White with #30CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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