Html Css Color HEX #12BFFA Deep Sky Blue

📋 copy color: '#12BFFA'

red 18 ◦ green 191 ◦ blue 250

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

Shades of Deep Sky Blue #12BFFA

Tints of Deep Sky Blue #12BFFA

RGB

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

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

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

R = 3.92%
G = 41.61%
B = 54.47%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12BFFA (or 0x12BFFA) is known color: Deep Sky Blue. HEX triplet: 12, BF and FA. RGB value is (18,191,250). Sum of RGB (Red+Green+Blue) = 18+191+250=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #12BFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFFA is #ED4005. Grayscale: #919191. Windows color (decimal): -15548422 or 16432914. OLE color: 16432914.

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

Color convert

RGB 18 191 250 -
CMYK 0.93 0.24 0 0.02
HSL 195.26º 0.96% 0.53% -
HSV(B) 195.26º 0.93% 0.98% -
XYZ 36.14 44.29 97.09 -
YUV 146 186.69 36.7 -
System Red Green Blue C M Y K H S L
Decimal 18 191 250 0.93 0.24 0 0.02 195.26 0.96 0.53
Hex 12 BF FA 5D 18 0 2 C3 60 35
Octal 22 277 372 135 30 0 2 303 140 65
Binary 10010 10111111 11111010 1011101 11000 0 10 11000011 1100000 110101

Color Harmonies of #12BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFFA

Black with #12BFFA

Text Example


Text Example

White with #12BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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