Html Css Color HEX #30CDEC Summer Sky

📋 copy color: '#30CDEC'

red 48 ◦ green 205 ◦ blue 236

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

Shades of Summer Sky #30CDEC

Tints of Summer Sky #30CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 9.82%
G = 41.92%
B = 48.26%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30CDEC (or 0x30CDEC) is known color: Summer Sky. HEX triplet: 30, CD and EC. RGB value is (48,205,236). Sum of RGB (Red+Green+Blue) = 48+205+236=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #30CDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDEC is #CF3213. Grayscale: #A1A1A1. Windows color (decimal): -13578772 or 15519024. OLE color: 15519024.

HSL color Cylindrical-coordinate representation of color #30CDEC: hue angle of 189.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CDEC is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 205 236 -
CMYK 0.80 0.13 0 0.07
HSL 189.89º 0.83% 0.56% -
HSV(B) 189.89º 0.8% 0.93% -
XYZ 38.19 50.35 87.06 -
YUV 161.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 48 205 236 0.80 0.13 0 0.07 189.89 0.83 0.56
Hex 30 CD EC 50 D 0 7 BE 53 38
Octal 60 315 354 120 15 0 7 276 123 70
Binary 110000 11001101 11101100 1010000 1101 0 111 10111110 1010011 111000

Color Harmonies of #30CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDEC

Black with #30CDEC

Text Example


Text Example

White with #30CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,205,236); }

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

background-color css

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

 a { background-color: rgb(48,205,236); }

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

border-color css

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

 span { border-color: rgb(48,205,236); }

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