Html Css Color HEX #1CBDED Deep Sky Blue

📋 copy color: '#1CBDED'

red 28 ◦ green 189 ◦ blue 237

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

Shades of Deep Sky Blue #1CBDED

Tints of Deep Sky Blue #1CBDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.63%

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 6.17%
G = 41.63%
B = 52.2%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CBDED (or 0x1CBDED) is known color: Deep Sky Blue. HEX triplet: 1C, BD and ED. RGB value is (28,189,237). Sum of RGB (Red+Green+Blue) = 28+189+237=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CBDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBDED is #E34212. Grayscale: #919191. Windows color (decimal): -14893587 or 15580444. OLE color: 15580444.

HSL color Cylindrical-coordinate representation of color #1CBDED: hue angle of 193.78º degrees, saturation: 0.85, 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 #1CBDED is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 189 237 -
CMYK 0.88 0.20 0 0.07
HSL 193.78º 0.85% 0.52% -
HSV(B) 193.78º 0.88% 0.93% -
XYZ 33.96 42.76 86.58 -
YUV 146.33 179.16 43.6 -
System Red Green Blue C M Y K H S L
Decimal 28 189 237 0.88 0.20 0 0.07 193.78 0.85 0.52
Hex 1C BD ED 58 14 0 7 C2 55 34
Octal 34 275 355 130 24 0 7 302 125 64
Binary 11100 10111101 11101101 1011000 10100 0 111 11000010 1010101 110100

Color Harmonies of #1CBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDED

Black with #1CBDED

Text Example


Text Example

White with #1CBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,189,237); }

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

background-color css

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

 a { background-color: rgb(28,189,237); }

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

border-color css

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

 span { border-color: rgb(28,189,237); }

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