Html Css Color HEX #12CBEB Deep Sky Blue

📋 copy color: '#12CBEB'

red 18 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #12CBEB

Tints of Deep Sky Blue #12CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.52%

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

R = 3.95%
G = 44.52%
B = 51.54%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12CBEB (or 0x12CBEB) is known color: Deep Sky Blue. HEX triplet: 12, CB and EB. RGB value is (18,203,235). Sum of RGB (Red+Green+Blue) = 18+203+235=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #12CBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CBEB is #ED3414. Grayscale: #979797. Windows color (decimal): -15545365 or 15452946. OLE color: 15452946.

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

Color convert

RGB 18 203 235 -
CMYK 0.92 0.14 0 0.08
HSL 188.85º 0.86% 0.5% -
HSV(B) 188.85º 0.92% 0.92% -
XYZ 36.6 48.84 86.1 -
YUV 151.33 175.21 32.9 -
System Red Green Blue C M Y K H S L
Decimal 18 203 235 0.92 0.14 0 0.08 188.85 0.86 0.5
Hex 12 CB EB 5C E 0 8 BD 56 32
Octal 22 313 353 134 16 0 10 275 126 62
Binary 10010 11001011 11101011 1011100 1110 0 1000 10111101 1010110 110010

Color Harmonies of #12CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBEB

Black with #12CBEB

Text Example


Text Example

White with #12CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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