Html Css Color HEX #1CD0EE Deep Sky Blue

📋 copy color: '#1CD0EE'

red 28 ◦ green 208 ◦ blue 238

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

Shades of Deep Sky Blue #1CD0EE

Tints of Deep Sky Blue #1CD0EE

RGB

 RED value IS 28 (11.33% from 255) = 5.91%

 GREEN value IS 208 (81.64% from 255) = 43.88%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 5.91%
G = 43.88%
B = 50.21%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CD0EE (or 0x1CD0EE) is known color: Deep Sky Blue. HEX triplet: 1C, D0 and EE. RGB value is (28,208,238). Sum of RGB (Red+Green+Blue) = 28+208+238=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CD0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD0EE is #E32F11. Grayscale: #9D9D9D. Windows color (decimal): -14888722 or 15650844. OLE color: 15650844.

HSL color Cylindrical-coordinate representation of color #1CD0EE: hue angle of 188.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD0EE is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 208 238 -
CMYK 0.88 0.13 0 0.07
HSL 188.57º 0.86% 0.52% -
HSV(B) 188.57º 0.88% 0.93% -
XYZ 38.47 51.53 88.81 -
YUV 157.6 173.37 35.56 -
System Red Green Blue C M Y K H S L
Decimal 28 208 238 0.88 0.13 0 0.07 188.57 0.86 0.52
Hex 1C D0 EE 58 D 0 7 BD 56 34
Octal 34 320 356 130 15 0 7 275 126 64
Binary 11100 11010000 11101110 1011000 1101 0 111 10111101 1010110 110100

Color Harmonies of #1CD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD0EE

Black with #1CD0EE

Text Example


Text Example

White with #1CD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CD0EE; }

 p { color: rgb(28,208,238); }

 H1.HeaderClassName
 {
   color: #1CD0EE;
 }
 .AnyTagClassName
 {
   color: #1CD0EE;
 }
</style>

background-color css

<style>
 a { background-color: #1CD0EE; }

 a { background-color: rgb(28,208,238); }

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

border-color css

<style>
 span { border-color: #1CD0EE; }

 span { border-color: rgb(28,208,238); }

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