Html Css Color HEX #30CBDD Summer Sky

📋 copy color: '#30CBDD'

red 48 ◦ green 203 ◦ blue 221

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

Shades of Summer Sky #30CBDD

Tints of Summer Sky #30CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 10.17%
G = 43.01%
B = 46.82%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30CBDD (or 0x30CBDD) is known color: Summer Sky. HEX triplet: 30, CB and DD. RGB value is (48,203,221). Sum of RGB (Red+Green+Blue) = 48+203+221=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #30CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBDD is #CF3422. Grayscale: #9E9E9E. Windows color (decimal): -13579299 or 14535472. OLE color: 14535472.

HSL color Cylindrical-coordinate representation of color #30CBDD: hue angle of 186.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CBDD is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 203 221 -
CMYK 0.78 0.08 0 0.13
HSL 186.24º 0.72% 0.53% -
HSV(B) 186.24º 0.78% 0.87% -
XYZ 35.63 48.56 75.9 -
YUV 158.71 163.15 49.04 -
System Red Green Blue C M Y K H S L
Decimal 48 203 221 0.78 0.08 0 0.13 186.24 0.72 0.53
Hex 30 CB DD 4E 8 0 D BA 48 35
Octal 60 313 335 116 10 0 15 272 110 65
Binary 110000 11001011 11011101 1001110 1000 0 1101 10111010 1001000 110101

Color Harmonies of #30CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBDD

Black with #30CBDD

Text Example


Text Example

White with #30CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,221); }

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

background-color css

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

 a { background-color: rgb(48,203,221); }

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

border-color css

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

 span { border-color: rgb(48,203,221); }

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