Html Css Color HEX #10CBF1 Deep Sky Blue

📋 copy color: '#10CBF1'

red 16 ◦ green 203 ◦ blue 241

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

Shades of Deep Sky Blue #10CBF1

Tints of Deep Sky Blue #10CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

 BLUE value IS 241 (94.53% from 255) = 52.39%

R = 3.48%
G = 44.13%
B = 52.39%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10CBF1 (or 0x10CBF1) is known color: Deep Sky Blue. HEX triplet: 10, CB and F1. RGB value is (16,203,241). Sum of RGB (Red+Green+Blue) = 16+203+241=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #10CBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBF1 is #EF340E. Grayscale: #979797. Windows color (decimal): -15676431 or 15846160. OLE color: 15846160.

HSL color Cylindrical-coordinate representation of color #10CBF1: hue angle of 190.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CBF1 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 203 241 -
CMYK 0.93 0.16 0 0.05
HSL 190.13º 0.89% 0.5% -
HSV(B) 190.13º 0.93% 0.95% -
XYZ 37.45 49.17 90.74 -
YUV 151.42 178.55 31.41 -
System Red Green Blue C M Y K H S L
Decimal 16 203 241 0.93 0.16 0 0.05 190.13 0.89 0.5
Hex 10 CB F1 5D 10 0 5 BE 59 32
Octal 20 313 361 135 20 0 5 276 131 62
Binary 10000 11001011 11110001 1011101 10000 0 101 10111110 1011001 110010

Color Harmonies of #10CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBF1

Black with #10CBF1

Text Example


Text Example

White with #10CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,203,241); }

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

background-color css

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

 a { background-color: rgb(16,203,241); }

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

border-color css

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

 span { border-color: rgb(16,203,241); }

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