Html Css Color HEX #12DBFF Deep Sky Blue

📋 copy color: '#12DBFF'

red 18 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #12DBFF

Tints of Deep Sky Blue #12DBFF

RGB

 RED value IS 18 (7.42% from 255) = 3.66%

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 3.66%
G = 44.51%
B = 51.83%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12DBFF (or 0x12DBFF) is known color: Deep Sky Blue. HEX triplet: 12, DB and FF. RGB value is (18,219,255). Sum of RGB (Red+Green+Blue) = 18+219+255=492 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.66% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #12DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBFF is #ED2400. Grayscale: #A2A2A2. Windows color (decimal): -15541249 or 16767762. OLE color: 16767762.

HSL color Cylindrical-coordinate representation of color #12DBFF: hue angle of 189.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DBFF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 219 255 -
CMYK 0.93 0.14 0 0
HSL 189.11º 1% 0.54% -
HSV(B) 189.11º 0.93% 1% -
XYZ 43.63 58.01 103.51 -
YUV 163.01 179.91 24.57 -
System Red Green Blue C M Y K H S L
Decimal 18 219 255 0.93 0.14 0 0 189.11 1 0.54
Hex 12 DB FF 5D E 0 0 BD 64 36
Octal 22 333 377 135 16 0 0 275 144 66
Binary 10010 11011011 11111111 1011101 1110 0 0 10111101 1100100 110110

Color Harmonies of #12DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DBFF

Black with #12DBFF

Text Example


Text Example

White with #12DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DBFF; }

 p { color: rgb(18,219,255); }

 H1.HeaderClassName
 {
   color: #12DBFF;
 }
 .AnyTagClassName
 {
   color: #12DBFF;
 }
</style>

background-color css

<style>
 a { background-color: #12DBFF; }

 a { background-color: rgb(18,219,255); }

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

border-color css

<style>
 span { border-color: #12DBFF; }

 span { border-color: rgb(18,219,255); }

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