Html Css Color HEX #1CCCEB Deep Sky Blue

📋 copy color: '#1CCCEB'

red 28 ◦ green 204 ◦ blue 235

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

Shades of Deep Sky Blue #1CCCEB

Tints of Deep Sky Blue #1CCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 6%
G = 43.68%
B = 50.32%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CCCEB (or 0x1CCCEB) is known color: Deep Sky Blue. HEX triplet: 1C, CC and EB. RGB value is (28,204,235). Sum of RGB (Red+Green+Blue) = 28+204+235=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCEB is #E33314. Grayscale: #9A9A9A. Windows color (decimal): -14889749 or 15453212. OLE color: 15453212.

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

Color convert

RGB 28 204 235 -
CMYK 0.88 0.13 0 0.08
HSL 188.99º 0.84% 0.52% -
HSV(B) 188.99º 0.88% 0.92% -
XYZ 37.07 49.43 86.18 -
YUV 154.91 173.19 37.48 -
System Red Green Blue C M Y K H S L
Decimal 28 204 235 0.88 0.13 0 0.08 188.99 0.84 0.52
Hex 1C CC EB 58 D 0 8 BD 54 34
Octal 34 314 353 130 15 0 10 275 124 64
Binary 11100 11001100 11101011 1011000 1101 0 1000 10111101 1010100 110100

Color Harmonies of #1CCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCEB

Black with #1CCCEB

Text Example


Text Example

White with #1CCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,235); }

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

background-color css

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

 a { background-color: rgb(28,204,235); }

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

border-color css

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

 span { border-color: rgb(28,204,235); }

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