Html Css Color HEX #12BFFE Deep Sky Blue

📋 copy color: '#12BFFE'

red 18 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #12BFFE

Tints of Deep Sky Blue #12BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 3.89%
G = 41.25%
B = 54.86%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#12BFFE (or 0x12BFFE) is known color: Deep Sky Blue. HEX triplet: 12, BF and FE. RGB value is (18,191,254). Sum of RGB (Red+Green+Blue) = 18+191+254=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #12BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFFE is #ED4001. Grayscale: #929292. Windows color (decimal): -15548418 or 16695058. OLE color: 16695058.

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

Color convert

RGB 18 191 254 -
CMYK 0.93 0.25 0 0.00
HSL 196.02º 0.99% 0.53% -
HSV(B) 196.02º 0.93% 1% -
XYZ 36.77 44.55 100.43 -
YUV 146.46 188.69 36.38 -
System Red Green Blue C M Y K H S L
Decimal 18 191 254 0.93 0.25 0 0.00 196.02 0.99 0.53
Hex 12 BF FE 5D 19 0 0 C4 63 35
Octal 22 277 376 135 31 0 0 304 143 65
Binary 10010 10111111 11111110 1011101 11001 0 0 11000100 1100011 110101

Color Harmonies of #12BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFFE

Black with #12BFFE

Text Example


Text Example

White with #12BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,191,254); }

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

background-color css

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

 a { background-color: rgb(18,191,254); }

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

border-color css

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

 span { border-color: rgb(18,191,254); }

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