Html Css Color HEX #12CFEB Deep Sky Blue

📋 copy color: '#12CFEB'

red 18 ◦ green 207 ◦ blue 235

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

Shades of Deep Sky Blue #12CFEB

Tints of Deep Sky Blue #12CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 3.91%
G = 45%
B = 51.09%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12CFEB (or 0x12CFEB) is known color: Deep Sky Blue. HEX triplet: 12, CF and EB. RGB value is (18,207,235). Sum of RGB (Red+Green+Blue) = 18+207+235=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #12CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFEB is #ED3014. Grayscale: #999999. Windows color (decimal): -15544341 or 15453970. OLE color: 15453970.

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

Color convert

RGB 18 207 235 -
CMYK 0.92 0.12 0 0.08
HSL 187.74º 0.86% 0.5% -
HSV(B) 187.74º 0.92% 0.92% -
XYZ 37.56 50.75 86.41 -
YUV 153.68 173.88 31.22 -
System Red Green Blue C M Y K H S L
Decimal 18 207 235 0.92 0.12 0 0.08 187.74 0.86 0.5
Hex 12 CF EB 5C C 0 8 BC 56 32
Octal 22 317 353 134 14 0 10 274 126 62
Binary 10010 11001111 11101011 1011100 1100 0 1000 10111100 1010110 110010

Color Harmonies of #12CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFEB

Black with #12CFEB

Text Example


Text Example

White with #12CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,235); }

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

background-color css

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

 a { background-color: rgb(18,207,235); }

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

border-color css

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

 span { border-color: rgb(18,207,235); }

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