Html Css Color HEX #12CCF2 Deep Sky Blue

📋 copy color: '#12CCF2'

red 18 ◦ green 204 ◦ blue 242

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

Shades of Deep Sky Blue #12CCF2

Tints of Deep Sky Blue #12CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

 BLUE value IS 242 (94.92% from 255) = 52.16%

R = 3.88%
G = 43.97%
B = 52.16%

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

#12CCF2 (or 0x12CCF2) is known color: Deep Sky Blue. HEX triplet: 12, CC and F2. RGB value is (18,204,242). Sum of RGB (Red+Green+Blue) = 18+204+242=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #12CCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CCF2 is #ED330D. Grayscale: #989898. Windows color (decimal): -15545102 or 15911954. OLE color: 15911954.

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

Color convert

RGB 18 204 242 -
CMYK 0.93 0.16 0 0.05
HSL 190.18º 0.9% 0.51% -
HSV(B) 190.18º 0.93% 0.95% -
XYZ 37.87 49.73 91.61 -
YUV 152.72 178.38 31.91 -
System Red Green Blue C M Y K H S L
Decimal 18 204 242 0.93 0.16 0 0.05 190.18 0.9 0.51
Hex 12 CC F2 5D 10 0 5 BE 5A 33
Octal 22 314 362 135 20 0 5 276 132 63
Binary 10010 11001100 11110010 1011101 10000 0 101 10111110 1011010 110011

Color Harmonies of #12CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCF2

Black with #12CCF2

Text Example


Text Example

White with #12CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,242); }

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

background-color css

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

 a { background-color: rgb(18,204,242); }

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

border-color css

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

 span { border-color: rgb(18,204,242); }

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