Html Css Color HEX #12BFF9 Deep Sky Blue

📋 copy color: '#12BFF9'

red 18 ◦ green 191 ◦ blue 249

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

Shades of Deep Sky Blue #12BFF9

Tints of Deep Sky Blue #12BFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 3.93%
G = 41.7%
B = 54.37%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12BFF9 (or 0x12BFF9) is known color: Deep Sky Blue. HEX triplet: 12, BF and F9. RGB value is (18,191,249). Sum of RGB (Red+Green+Blue) = 18+191+249=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #12BFF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFF9 is #ED4006. Grayscale: #919191. Windows color (decimal): -15548423 or 16367378. OLE color: 16367378.

HSL color Cylindrical-coordinate representation of color #12BFF9: hue angle of 195.06º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BFF9 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 191 249 -
CMYK 0.93 0.23 0 0.02
HSL 195.06º 0.95% 0.52% -
HSV(B) 195.06º 0.93% 0.98% -
XYZ 35.98 44.23 96.26 -
YUV 145.89 186.19 36.78 -
System Red Green Blue C M Y K H S L
Decimal 18 191 249 0.93 0.23 0 0.02 195.06 0.95 0.52
Hex 12 BF F9 5D 17 0 2 C3 5F 34
Octal 22 277 371 135 27 0 2 303 137 64
Binary 10010 10111111 11111001 1011101 10111 0 10 11000011 1011111 110100

Color Harmonies of #12BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFF9

Black with #12BFF9

Text Example


Text Example

White with #12BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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