Html Css Color HEX #1BCFEE Deep Sky Blue

📋 copy color: '#1BCFEE'

red 27 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #1BCFEE

Tints of Deep Sky Blue #1BCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 5.72%
G = 43.86%
B = 50.42%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BCFEE (or 0x1BCFEE) is known color: Deep Sky Blue. HEX triplet: 1B, CF and EE. RGB value is (27,207,238). Sum of RGB (Red+Green+Blue) = 27+207+238=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BCFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFEE is #E43011. Grayscale: #9C9C9C. Windows color (decimal): -14954514 or 15650587. OLE color: 15650587.

HSL color Cylindrical-coordinate representation of color #1BCFEE: hue angle of 188.82º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCFEE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 207 238 -
CMYK 0.89 0.13 0 0.07
HSL 188.82º 0.86% 0.52% -
HSV(B) 188.82º 0.89% 0.93% -
XYZ 38.2 51.03 88.73 -
YUV 156.71 173.87 35.48 -
System Red Green Blue C M Y K H S L
Decimal 27 207 238 0.89 0.13 0 0.07 188.82 0.86 0.52
Hex 1B CF EE 59 D 0 7 BD 56 34
Octal 33 317 356 131 15 0 7 275 126 64
Binary 11011 11001111 11101110 1011001 1101 0 111 10111101 1010110 110100

Color Harmonies of #1BCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCFEE

Black with #1BCFEE

Text Example


Text Example

White with #1BCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,207,238); }

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

background-color css

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

 a { background-color: rgb(27,207,238); }

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

border-color css

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

 span { border-color: rgb(27,207,238); }

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