Html Css Color HEX #1BCEF5 Deep Sky Blue

📋 copy color: '#1BCEF5'

red 27 ◦ green 206 ◦ blue 245

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

Shades of Deep Sky Blue #1BCEF5

Tints of Deep Sky Blue #1BCEF5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

 BLUE value IS 245 (96.09% from 255) = 51.26%

R = 5.65%
G = 43.1%
B = 51.26%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1BCEF5 (or 0x1BCEF5) is known color: Deep Sky Blue. HEX triplet: 1B, CE and F5. RGB value is (27,206,245). Sum of RGB (Red+Green+Blue) = 27+206+245=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #1BCEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCEF5 is #E4310A. Grayscale: #9C9C9C. Windows color (decimal): -14954763 or 16109083. OLE color: 16109083.

HSL color Cylindrical-coordinate representation of color #1BCEF5: hue angle of 190.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCEF5 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 27 206 245 -
CMYK 0.89 0.16 0 0.04
HSL 190.73º 0.92% 0.53% -
HSV(B) 190.73º 0.89% 0.96% -
XYZ 39 50.97 94.17 -
YUV 156.93 177.7 35.33 -
System Red Green Blue C M Y K H S L
Decimal 27 206 245 0.89 0.16 0 0.04 190.73 0.92 0.53
Hex 1B CE F5 59 10 0 4 BF 5C 35
Octal 33 316 365 131 20 0 4 277 134 65
Binary 11011 11001110 11110101 1011001 10000 0 100 10111111 1011100 110101

Color Harmonies of #1BCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCEF5

Black with #1BCEF5

Text Example


Text Example

White with #1BCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,206,245); }

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

background-color css

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

 a { background-color: rgb(27,206,245); }

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

border-color css

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

 span { border-color: rgb(27,206,245); }

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