Html Css Color HEX #1BB6FF Deep Sky Blue

📋 copy color: '#1BB6FF'

red 27 ◦ green 182 ◦ blue 255

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

Shades of Deep Sky Blue #1BB6FF

Tints of Deep Sky Blue #1BB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.22%

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

R = 5.82%
G = 39.22%
B = 54.96%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BB6FF (or 0x1BB6FF) is known color: Deep Sky Blue. HEX triplet: 1B, B6 and FF. RGB value is (27,182,255). Sum of RGB (Red+Green+Blue) = 27+182+255=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BB6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BB6FF is #E44900. Grayscale: #8F8F8F. Windows color (decimal): -14960897 or 16758299. OLE color: 16758299.

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

Color convert

RGB 27 182 255 -
CMYK 0.89 0.29 0 0
HSL 199.21º 1% 0.55% -
HSV(B) 199.21º 0.89% 1% -
XYZ 35.23 40.91 100.65 -
YUV 143.98 190.65 44.56 -
System Red Green Blue C M Y K H S L
Decimal 27 182 255 0.89 0.29 0 0 199.21 1 0.55
Hex 1B B6 FF 59 1D 0 0 C7 64 37
Octal 33 266 377 131 35 0 0 307 144 67
Binary 11011 10110110 11111111 1011001 11101 0 0 11000111 1100100 110111

Color Harmonies of #1BB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB6FF

Black with #1BB6FF

Text Example


Text Example

White with #1BB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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