Html Css Color HEX #12BFFC Deep Sky Blue

📋 copy color: '#12BFFC'

red 18 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #12BFFC

Tints of Deep Sky Blue #12BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 3.9%
G = 41.43%
B = 54.66%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12BFFC (or 0x12BFFC) is known color: Deep Sky Blue. HEX triplet: 12, BF and FC. RGB value is (18,191,252). Sum of RGB (Red+Green+Blue) = 18+191+252=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #12BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFFC is #ED4003. Grayscale: #919191. Windows color (decimal): -15548420 or 16563986. OLE color: 16563986.

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

Color convert

RGB 18 191 252 -
CMYK 0.93 0.24 0 0.01
HSL 195.64º 0.98% 0.53% -
HSV(B) 195.64º 0.93% 0.99% -
XYZ 36.45 44.42 98.75 -
YUV 146.23 187.69 36.54 -
System Red Green Blue C M Y K H S L
Decimal 18 191 252 0.93 0.24 0 0.01 195.64 0.98 0.53
Hex 12 BF FC 5D 18 0 1 C4 62 35
Octal 22 277 374 135 30 0 1 304 142 65
Binary 10010 10111111 11111100 1011101 11000 0 1 11000100 1100010 110101

Color Harmonies of #12BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFFC

Black with #12BFFC

Text Example


Text Example

White with #12BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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