Html Css Color HEX #12CEFA Deep Sky Blue

📋 copy color: '#12CEFA'

red 18 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #12CEFA

Tints of Deep Sky Blue #12CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 3.8%
G = 43.46%
B = 52.74%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12CEFA (or 0x12CEFA) is known color: Deep Sky Blue. HEX triplet: 12, CE and FA. RGB value is (18,206,250). Sum of RGB (Red+Green+Blue) = 18+206+250=474 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.80% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #12CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEFA is #ED3105. Grayscale: #9A9A9A. Windows color (decimal): -15544582 or 16436754. OLE color: 16436754.

HSL color Cylindrical-coordinate representation of color #12CEFA: hue angle of 191.38º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CEFA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 206 250 -
CMYK 0.93 0.18 0 0.02
HSL 191.38º 0.96% 0.53% -
HSV(B) 191.38º 0.93% 0.98% -
XYZ 39.58 51.17 98.23 -
YUV 154.8 181.72 30.42 -
System Red Green Blue C M Y K H S L
Decimal 18 206 250 0.93 0.18 0 0.02 191.38 0.96 0.53
Hex 12 CE FA 5D 12 0 2 BF 60 35
Octal 22 316 372 135 22 0 2 277 140 65
Binary 10010 11001110 11111010 1011101 10010 0 10 10111111 1100000 110101

Color Harmonies of #12CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEFA

Black with #12CEFA

Text Example


Text Example

White with #12CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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