Html Css Color HEX #1BC0EF Deep Sky Blue

📋 copy color: '#1BC0EF'

red 27 ◦ green 192 ◦ blue 239

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

Shades of Deep Sky Blue #1BC0EF

Tints of Deep Sky Blue #1BC0EF

RGB

 RED value IS 27 (10.94% from 255) = 5.9%

 GREEN value IS 192 (75.39% from 255) = 41.92%

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

R = 5.9%
G = 41.92%
B = 52.18%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BC0EF (or 0x1BC0EF) is known color: Deep Sky Blue. HEX triplet: 1B, C0 and EF. RGB value is (27,192,239). Sum of RGB (Red+Green+Blue) = 27+192+239=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BC0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC0EF is #E43F10. Grayscale: #939393. Windows color (decimal): -14958353 or 15712283. OLE color: 15712283.

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

Color convert

RGB 27 192 239 -
CMYK 0.89 0.20 0 0.06
HSL 193.3º 0.87% 0.52% -
HSV(B) 193.3º 0.89% 0.94% -
XYZ 34.88 44.16 88.35 -
YUV 148.02 179.34 41.68 -
System Red Green Blue C M Y K H S L
Decimal 27 192 239 0.89 0.20 0 0.06 193.3 0.87 0.52
Hex 1B C0 EF 59 14 0 6 C1 57 34
Octal 33 300 357 131 24 0 6 301 127 64
Binary 11011 11000000 11101111 1011001 10100 0 110 11000001 1010111 110100

Color Harmonies of #1BC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC0EF

Black with #1BC0EF

Text Example


Text Example

White with #1BC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,192,239); }

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

background-color css

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

 a { background-color: rgb(27,192,239); }

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

border-color css

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

 span { border-color: rgb(27,192,239); }

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