Html Css Color HEX #1CBBEF Deep Sky Blue

📋 copy color: '#1CBBEF'

red 28 ◦ green 187 ◦ blue 239

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

Shades of Deep Sky Blue #1CBBEF

Tints of Deep Sky Blue #1CBBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 6.17%
G = 41.19%
B = 52.64%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CBBEF (or 0x1CBBEF) is known color: Deep Sky Blue. HEX triplet: 1C, BB and EF. RGB value is (28,187,239). Sum of RGB (Red+Green+Blue) = 28+187+239=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBBEF is #E34410. Grayscale: #919191. Windows color (decimal): -14894097 or 15711004. OLE color: 15711004.

HSL color Cylindrical-coordinate representation of color #1CBBEF: hue angle of 194.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBBEF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 187 239 -
CMYK 0.88 0.22 0 0.06
HSL 194.79º 0.87% 0.52% -
HSV(B) 194.79º 0.88% 0.94% -
XYZ 33.83 42.02 87.99 -
YUV 145.39 180.82 44.27 -
System Red Green Blue C M Y K H S L
Decimal 28 187 239 0.88 0.22 0 0.06 194.79 0.87 0.52
Hex 1C BB EF 58 16 0 6 C3 57 34
Octal 34 273 357 130 26 0 6 303 127 64
Binary 11100 10111011 11101111 1011000 10110 0 110 11000011 1010111 110100

Color Harmonies of #1CBBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBEF

Black with #1CBBEF

Text Example


Text Example

White with #1CBBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,187,239); }

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

background-color css

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

 a { background-color: rgb(28,187,239); }

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

border-color css

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

 span { border-color: rgb(28,187,239); }

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