Html Css Color HEX #10B1FF Deep Sky Blue

📋 copy color: '#10B1FF'

red 16 ◦ green 177 ◦ blue 255

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

Shades of Deep Sky Blue #10B1FF

Tints of Deep Sky Blue #10B1FF

RGB

 RED value IS 16 (6.64% from 255) = 3.57%

 GREEN value IS 177 (69.53% from 255) = 39.51%

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

R = 3.57%
G = 39.51%
B = 56.92%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10B1FF (or 0x10B1FF) is known color: Deep Sky Blue. HEX triplet: 10, B1 and FF. RGB value is (16,177,255). Sum of RGB (Red+Green+Blue) = 16+177+255=448 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.57% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #10B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B1FF is #EF4E00. Grayscale: #898989. Windows color (decimal): -15683073 or 16757008. OLE color: 16757008.

HSL color Cylindrical-coordinate representation of color #10B1FF: hue angle of 199.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10B1FF is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 177 255 -
CMYK 0.94 0.31 0 0
HSL 199.58º 1% 0.53% -
HSV(B) 199.58º 0.94% 1% -
XYZ 33.99 38.77 100.3 -
YUV 137.75 194.16 41.16 -
System Red Green Blue C M Y K H S L
Decimal 16 177 255 0.94 0.31 0 0 199.58 1 0.53
Hex 10 B1 FF 5E 1F 0 0 C8 64 35
Octal 20 261 377 136 37 0 0 310 144 65
Binary 10000 10110001 11111111 1011110 11111 0 0 11001000 1100100 110101

Color Harmonies of #10B1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B1FF

Black with #10B1FF

Text Example


Text Example

White with #10B1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B1FF; }

 p { color: rgb(16,177,255); }

 H1.HeaderClassName
 {
   color: #10B1FF;
 }
 .AnyTagClassName
 {
   color: #10B1FF;
 }
</style>

background-color css

<style>
 a { background-color: #10B1FF; }

 a { background-color: rgb(16,177,255); }

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

border-color css

<style>
 span { border-color: #10B1FF; }

 span { border-color: rgb(16,177,255); }

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