Html Css Color HEX #12CDFF Deep Sky Blue

📋 copy color: '#12CDFF'

red 18 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #12CDFF

Tints of Deep Sky Blue #12CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 3.77%
G = 42.89%
B = 53.35%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12CDFF (or 0x12CDFF) is known color: Deep Sky Blue. HEX triplet: 12, CD and FF. RGB value is (18,205,255). Sum of RGB (Red+Green+Blue) = 18+205+255=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #12CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDFF is #ED3200. Grayscale: #9A9A9A. Windows color (decimal): -15544833 or 16764178. OLE color: 16764178.

HSL color Cylindrical-coordinate representation of color #12CDFF: hue angle of 192.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CDFF is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 205 255 -
CMYK 0.93 0.20 0 0
HSL 192.66º 1% 0.54% -
HSV(B) 192.66º 0.93% 1% -
XYZ 40.13 51.01 102.34 -
YUV 154.79 184.55 30.43 -
System Red Green Blue C M Y K H S L
Decimal 18 205 255 0.93 0.20 0 0 192.66 1 0.54
Hex 12 CD FF 5D 14 0 0 C1 64 36
Octal 22 315 377 135 24 0 0 301 144 66
Binary 10010 11001101 11111111 1011101 10100 0 0 11000001 1100100 110110

Color Harmonies of #12CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDFF

Black with #12CDFF

Text Example


Text Example

White with #12CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,255); }

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

background-color css

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

 a { background-color: rgb(18,205,255); }

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

border-color css

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

 span { border-color: rgb(18,205,255); }

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