Html Css Color HEX #10BDFF Deep Sky Blue

📋 copy color: '#10BDFF'

red 16 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #10BDFF

Tints of Deep Sky Blue #10BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 3.48%
G = 41.09%
B = 55.43%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10BDFF (or 0x10BDFF) is known color: Deep Sky Blue. HEX triplet: 10, BD and FF. RGB value is (16,189,255). Sum of RGB (Red+Green+Blue) = 16+189+255=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #10BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDFF is #EF4200. Grayscale: #909090. Windows color (decimal): -15680001 or 16760080. OLE color: 16760080.

HSL color Cylindrical-coordinate representation of color #10BDFF: hue angle of 196.57º 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 #10BDFF is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 189 255 -
CMYK 0.94 0.26 0 0
HSL 196.57º 1% 0.53% -
HSV(B) 196.57º 0.94% 1% -
XYZ 36.46 43.73 101.13 -
YUV 144.8 190.19 36.13 -
System Red Green Blue C M Y K H S L
Decimal 16 189 255 0.94 0.26 0 0 196.57 1 0.53
Hex 10 BD FF 5E 1A 0 0 C5 64 35
Octal 20 275 377 136 32 0 0 305 144 65
Binary 10000 10111101 11111111 1011110 11010 0 0 11000101 1100100 110101

Color Harmonies of #10BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDFF

Black with #10BDFF

Text Example


Text Example

White with #10BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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