Html Css Color HEX #1BD6FF Deep Sky Blue

📋 copy color: '#1BD6FF'

red 27 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #1BD6FF

Tints of Deep Sky Blue #1BD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

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

R = 5.44%
G = 43.15%
B = 51.41%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BD6FF (or 0x1BD6FF) is known color: Deep Sky Blue. HEX triplet: 1B, D6 and FF. RGB value is (27,214,255). Sum of RGB (Red+Green+Blue) = 27+214+255=496 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.44% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BD6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD6FF is #E42900. Grayscale: #A2A2A2. Windows color (decimal): -14952705 or 16766491. OLE color: 16766491.

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

Color convert

RGB 27 214 255 -
CMYK 0.89 0.16 0 0
HSL 190.79º 1% 0.55% -
HSV(B) 190.79º 0.89% 1% -
XYZ 42.55 55.55 103.09 -
YUV 162.76 180.05 31.17 -
System Red Green Blue C M Y K H S L
Decimal 27 214 255 0.89 0.16 0 0 190.79 1 0.55
Hex 1B D6 FF 59 10 0 0 BF 64 37
Octal 33 326 377 131 20 0 0 277 144 67
Binary 11011 11010110 11111111 1011001 10000 0 0 10111111 1100100 110111

Color Harmonies of #1BD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD6FF

Black with #1BD6FF

Text Example


Text Example

White with #1BD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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