Html Css Color HEX #12BAF4 Deep Sky Blue

📋 copy color: '#12BAF4'

red 18 ◦ green 186 ◦ blue 244

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

Shades of Deep Sky Blue #12BAF4

Tints of Deep Sky Blue #12BAF4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 244 (95.7% from 255) = 54.46%

R = 4.02%
G = 41.52%
B = 54.46%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#12BAF4 (or 0x12BAF4) is known color: Deep Sky Blue. HEX triplet: 12, BA and F4. RGB value is (18,186,244). Sum of RGB (Red+Green+Blue) = 18+186+244=448 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.02% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #12BAF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BAF4 is #ED450B. Grayscale: #8D8D8D. Windows color (decimal): -15549708 or 16038418. OLE color: 16038418.

HSL color Cylindrical-coordinate representation of color #12BAF4: hue angle of 195.4º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BAF4 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 186 244 -
CMYK 0.93 0.24 0 0.04
HSL 195.4º 0.91% 0.51% -
HSV(B) 195.4º 0.93% 0.96% -
XYZ 34.14 41.78 91.85 -
YUV 142.38 185.34 39.28 -
System Red Green Blue C M Y K H S L
Decimal 18 186 244 0.93 0.24 0 0.04 195.4 0.91 0.51
Hex 12 BA F4 5D 18 0 4 C3 5B 33
Octal 22 272 364 135 30 0 4 303 133 63
Binary 10010 10111010 11110100 1011101 11000 0 100 11000011 1011011 110011

Color Harmonies of #12BAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAF4

Black with #12BAF4

Text Example


Text Example

White with #12BAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,244); }

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

background-color css

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

 a { background-color: rgb(18,186,244); }

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

border-color css

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

 span { border-color: rgb(18,186,244); }

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