Html Css Color HEX #1BDEFF Deep Sky Blue

📋 copy color: '#1BDEFF'

red 27 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #1BDEFF

Tints of Deep Sky Blue #1BDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 5.36%
G = 44.05%
B = 50.6%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BDEFF (or 0x1BDEFF) is known color: Deep Sky Blue. HEX triplet: 1B, DE and FF. RGB value is (27,222,255). Sum of RGB (Red+Green+Blue) = 27+222+255=504 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.36% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDEFF is #E42100. Grayscale: #A7A7A7. Windows color (decimal): -14950657 or 16768539. OLE color: 16768539.

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

Color convert

RGB 27 222 255 -
CMYK 0.89 0.13 0 0
HSL 188.68º 1% 0.55% -
HSV(B) 188.68º 0.89% 1% -
XYZ 44.62 59.7 103.78 -
YUV 167.46 177.4 27.82 -
System Red Green Blue C M Y K H S L
Decimal 27 222 255 0.89 0.13 0 0 188.68 1 0.55
Hex 1B DE FF 59 D 0 0 BD 64 37
Octal 33 336 377 131 15 0 0 275 144 67
Binary 11011 11011110 11111111 1011001 1101 0 0 10111101 1100100 110111

Color Harmonies of #1BDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDEFF

Black with #1BDEFF

Text Example


Text Example

White with #1BDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,222,255); }

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

background-color css

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

 a { background-color: rgb(27,222,255); }

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

border-color css

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

 span { border-color: rgb(27,222,255); }

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