Html Css Color HEX #12DBFE Deep Sky Blue

📋 copy color: '#12DBFE'

red 18 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #12DBFE

Tints of Deep Sky Blue #12DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 3.67%
G = 44.6%
B = 51.73%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#12DBFE (or 0x12DBFE) is known color: Deep Sky Blue. HEX triplet: 12, DB and FE. RGB value is (18,219,254). Sum of RGB (Red+Green+Blue) = 18+219+254=491 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #12DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBFE is #ED2401. Grayscale: #A2A2A2. Windows color (decimal): -15541250 or 16702226. OLE color: 16702226.

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

Color convert

RGB 18 219 254 -
CMYK 0.93 0.14 0 0.00
HSL 188.9º 0.99% 0.53% -
HSV(B) 188.9º 0.93% 1% -
XYZ 43.47 57.95 102.66 -
YUV 162.89 179.41 24.65 -
System Red Green Blue C M Y K H S L
Decimal 18 219 254 0.93 0.14 0 0.00 188.9 0.99 0.53
Hex 12 DB FE 5D E 0 0 BD 63 35
Octal 22 333 376 135 16 0 0 275 143 65
Binary 10010 11011011 11111110 1011101 1110 0 0 10111101 1100011 110101

Color Harmonies of #12DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DBFE

Black with #12DBFE

Text Example


Text Example

White with #12DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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