Html Css Color HEX #12AFEB Deep Sky Blue

📋 copy color: '#12AFEB'

red 18 ◦ green 175 ◦ blue 235

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

Shades of Deep Sky Blue #12AFEB

Tints of Deep Sky Blue #12AFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 4.21%
G = 40.89%
B = 54.91%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12AFEB (or 0x12AFEB) is known color: Deep Sky Blue. HEX triplet: 12, AF and EB. RGB value is (18,175,235). Sum of RGB (Red+Green+Blue) = 18+175+235=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #12AFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AFEB is #ED5014. Grayscale: #868686. Windows color (decimal): -15552533 or 15445778. OLE color: 15445778.

HSL color Cylindrical-coordinate representation of color #12AFEB: hue angle of 196.59º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFEB is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 175 235 -
CMYK 0.92 0.26 0 0.08
HSL 196.59º 0.86% 0.5% -
HSV(B) 196.59º 0.92% 0.92% -
XYZ 30.57 36.79 84.09 -
YUV 134.9 184.49 44.62 -
System Red Green Blue C M Y K H S L
Decimal 18 175 235 0.92 0.26 0 0.08 196.59 0.86 0.5
Hex 12 AF EB 5C 1A 0 8 C5 56 32
Octal 22 257 353 134 32 0 10 305 126 62
Binary 10010 10101111 11101011 1011100 11010 0 1000 11000101 1010110 110010

Color Harmonies of #12AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFEB

Black with #12AFEB

Text Example


Text Example

White with #12AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,235); }

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

background-color css

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

 a { background-color: rgb(18,175,235); }

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

border-color css

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

 span { border-color: rgb(18,175,235); }

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