Html Css Color HEX #12BAFF Deep Sky Blue

📋 copy color: '#12BAFF'

red 18 ◦ green 186 ◦ blue 255

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

Shades of Deep Sky Blue #12BAFF

Tints of Deep Sky Blue #12BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 3.92%
G = 40.52%
B = 55.56%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12BAFF (or 0x12BAFF) is known color: Deep Sky Blue. HEX triplet: 12, BA and FF. RGB value is (18,186,255). Sum of RGB (Red+Green+Blue) = 18+186+255=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #12BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BAFF is #ED4500. Grayscale: #8F8F8F. Windows color (decimal): -15549697 or 16759314. OLE color: 16759314.

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

Color convert

RGB 18 186 255 -
CMYK 0.93 0.27 0 0
HSL 197.47º 1% 0.54% -
HSV(B) 197.47º 0.93% 1% -
XYZ 35.86 42.47 100.91 -
YUV 143.63 190.84 38.39 -
System Red Green Blue C M Y K H S L
Decimal 18 186 255 0.93 0.27 0 0 197.47 1 0.54
Hex 12 BA FF 5D 1B 0 0 C5 64 36
Octal 22 272 377 135 33 0 0 305 144 66
Binary 10010 10111010 11111111 1011101 11011 0 0 11000101 1100100 110110

Color Harmonies of #12BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAFF

Black with #12BAFF

Text Example


Text Example

White with #12BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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