Html Css Color HEX #1BCCEF Deep Sky Blue

📋 copy color: '#1BCCEF'

red 27 ◦ green 204 ◦ blue 239

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

Shades of Deep Sky Blue #1BCCEF

Tints of Deep Sky Blue #1BCCEF

RGB

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

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

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

R = 5.74%
G = 43.4%
B = 50.85%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BCCEF (or 0x1BCCEF) is known color: Deep Sky Blue. HEX triplet: 1B, CC and EF. RGB value is (27,204,239). Sum of RGB (Red+Green+Blue) = 27+204+239=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCEF is #E43310. Grayscale: #9A9A9A. Windows color (decimal): -14955281 or 15715355. OLE color: 15715355.

HSL color Cylindrical-coordinate representation of color #1BCCEF: hue angle of 189.91º 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 #1BCCEF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 204 239 -
CMYK 0.89 0.15 0 0.06
HSL 189.91º 0.87% 0.52% -
HSV(B) 189.91º 0.89% 0.94% -
XYZ 37.62 49.65 89.26 -
YUV 155.07 175.36 36.65 -
System Red Green Blue C M Y K H S L
Decimal 27 204 239 0.89 0.15 0 0.06 189.91 0.87 0.52
Hex 1B CC EF 59 F 0 6 BE 57 34
Octal 33 314 357 131 17 0 6 276 127 64
Binary 11011 11001100 11101111 1011001 1111 0 110 10111110 1010111 110100

Color Harmonies of #1BCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCEF

Black with #1BCCEF

Text Example


Text Example

White with #1BCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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