Html Css Color HEX #12CCED Deep Sky Blue

📋 copy color: '#12CCED'

red 18 ◦ green 204 ◦ blue 237

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

Shades of Deep Sky Blue #12CCED

Tints of Deep Sky Blue #12CCED

RGB

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

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

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

R = 3.92%
G = 44.44%
B = 51.63%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12CCED (or 0x12CCED) is known color: Deep Sky Blue. HEX triplet: 12, CC and ED. RGB value is (18,204,237). Sum of RGB (Red+Green+Blue) = 18+204+237=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #12CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CCED is #ED3312. Grayscale: #979797. Windows color (decimal): -15545107 or 15584274. OLE color: 15584274.

HSL color Cylindrical-coordinate representation of color #12CCED: hue angle of 189.04º 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 #12CCED is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 204 237 -
CMYK 0.92 0.14 0 0.07
HSL 189.04º 0.86% 0.5% -
HSV(B) 189.04º 0.92% 0.93% -
XYZ 37.13 49.43 87.7 -
YUV 152.15 175.88 32.32 -
System Red Green Blue C M Y K H S L
Decimal 18 204 237 0.92 0.14 0 0.07 189.04 0.86 0.5
Hex 12 CC ED 5C E 0 7 BD 56 32
Octal 22 314 355 134 16 0 7 275 126 62
Binary 10010 11001100 11101101 1011100 1110 0 111 10111101 1010110 110010

Color Harmonies of #12CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCED

Black with #12CCED

Text Example


Text Example

White with #12CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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