Html Css Color HEX #12B2F0 Deep Sky Blue

📋 copy color: '#12B2F0'

red 18 ◦ green 178 ◦ blue 240

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

Shades of Deep Sky Blue #12B2F0

Tints of Deep Sky Blue #12B2F0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 4.13%
G = 40.83%
B = 55.05%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#12B2F0 (or 0x12B2F0) is known color: Deep Sky Blue. HEX triplet: 12, B2 and F0. RGB value is (18,178,240). Sum of RGB (Red+Green+Blue) = 18+178+240=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #12B2F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12B2F0 is #ED4D0F. Grayscale: #888888. Windows color (decimal): -15551760 or 15774226. OLE color: 15774226.

HSL color Cylindrical-coordinate representation of color #12B2F0: hue angle of 196.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12B2F0 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 178 240 -
CMYK 0.92 0.26 0 0.06
HSL 196.76º 0.88% 0.51% -
HSV(B) 196.76º 0.93% 0.94% -
XYZ 31.9 38.26 88.14 -
YUV 137.23 185.99 42.96 -
System Red Green Blue C M Y K H S L
Decimal 18 178 240 0.92 0.26 0 0.06 196.76 0.88 0.51
Hex 12 B2 F0 5C 1A 0 6 C5 58 33
Octal 22 262 360 134 32 0 6 305 130 63
Binary 10010 10110010 11110000 1011100 11010 0 110 11000101 1011000 110011

Color Harmonies of #12B2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B2F0

Black with #12B2F0

Text Example


Text Example

White with #12B2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,178,240); }

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

background-color css

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

 a { background-color: rgb(18,178,240); }

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

border-color css

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

 span { border-color: rgb(18,178,240); }

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