Html Css Color HEX #12CEED Deep Sky Blue

📋 copy color: '#12CEED'

red 18 ◦ green 206 ◦ blue 237

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

Shades of Deep Sky Blue #12CEED

Tints of Deep Sky Blue #12CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 3.9%
G = 44.69%
B = 51.41%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12CEED (or 0x12CEED) is known color: Deep Sky Blue. HEX triplet: 12, CE and ED. RGB value is (18,206,237). Sum of RGB (Red+Green+Blue) = 18+206+237=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #12CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEED is #ED3112. Grayscale: #999999. Windows color (decimal): -15544595 or 15584786. OLE color: 15584786.

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

Color convert

RGB 18 206 237 -
CMYK 0.92 0.13 0 0.07
HSL 188.49º 0.86% 0.5% -
HSV(B) 188.49º 0.92% 0.93% -
XYZ 37.61 50.39 87.86 -
YUV 153.32 175.22 31.48 -
System Red Green Blue C M Y K H S L
Decimal 18 206 237 0.92 0.13 0 0.07 188.49 0.86 0.5
Hex 12 CE ED 5C D 0 7 BC 56 32
Octal 22 316 355 134 15 0 7 274 126 62
Binary 10010 11001110 11101101 1011100 1101 0 111 10111100 1010110 110010

Color Harmonies of #12CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEED

Black with #12CEED

Text Example


Text Example

White with #12CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,237); }

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

background-color css

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

 a { background-color: rgb(18,206,237); }

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

border-color css

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

 span { border-color: rgb(18,206,237); }

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