Html Css Color HEX #1BCBEE Deep Sky Blue

📋 copy color: '#1BCBEE'

red 27 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #1BCBEE

Tints of Deep Sky Blue #1BCBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

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

R = 5.77%
G = 43.38%
B = 50.85%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BCBEE (or 0x1BCBEE) is known color: Deep Sky Blue. HEX triplet: 1B, CB and EE. RGB value is (27,203,238). Sum of RGB (Red+Green+Blue) = 27+203+238=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BCBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCBEE is #E43411. Grayscale: #9A9A9A. Windows color (decimal): -14955538 or 15649563. OLE color: 15649563.

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

Color convert

RGB 27 203 238 -
CMYK 0.89 0.15 0 0.07
HSL 189.95º 0.86% 0.52% -
HSV(B) 189.95º 0.89% 0.93% -
XYZ 37.24 49.12 88.41 -
YUV 154.37 175.19 37.15 -
System Red Green Blue C M Y K H S L
Decimal 27 203 238 0.89 0.15 0 0.07 189.95 0.86 0.52
Hex 1B CB EE 59 F 0 7 BE 56 34
Octal 33 313 356 131 17 0 7 276 126 64
Binary 11011 11001011 11101110 1011001 1111 0 111 10111110 1010110 110100

Color Harmonies of #1BCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCBEE

Black with #1BCBEE

Text Example


Text Example

White with #1BCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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