Html Css Color HEX #12CCFF Deep Sky Blue

📋 copy color: '#12CCFF'

red 18 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #12CCFF

Tints of Deep Sky Blue #12CCFF

RGB

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

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

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

R = 3.77%
G = 42.77%
B = 53.46%

CMYK

 C value IS 0.93

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12CCFF (or 0x12CCFF) is known color: Deep Sky Blue. HEX triplet: 12, CC and FF. RGB value is (18,204,255). Sum of RGB (Red+Green+Blue) = 18+204+255=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #12CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CCFF is #ED3300. Grayscale: #999999. Windows color (decimal): -15545089 or 16763922. OLE color: 16763922.

HSL color Cylindrical-coordinate representation of color #12CCFF: hue angle of 192.91º 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 #12CCFF is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 204 255 -
CMYK 0.93 0.2 0 0
HSL 192.91º 1% 0.54% -
HSV(B) 192.91º 0.93% 1% -
XYZ 39.89 50.53 102.26 -
YUV 154.2 184.88 30.85 -
System Red Green Blue C M Y K H S L
Decimal 18 204 255 0.93 0.2 0 0 192.91 1 0.54
Hex 12 CC FF 5D 14 0 0 C1 64 36
Octal 22 314 377 135 24 0 0 301 144 66
Binary 10010 11001100 11111111 1011101 10100 0 0 11000001 1100100 110110

Color Harmonies of #12CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCFF

Black with #12CCFF

Text Example


Text Example

White with #12CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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