Html Css Color HEX #12BAFD Deep Sky Blue

📋 copy color: '#12BAFD'

red 18 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #12BAFD

Tints of Deep Sky Blue #12BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 3.94%
G = 40.7%
B = 55.36%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12BAFD (or 0x12BAFD) is known color: Deep Sky Blue. HEX triplet: 12, BA and FD. RGB value is (18,186,253). Sum of RGB (Red+Green+Blue) = 18+186+253=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #12BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BAFD is #ED4502. Grayscale: #8E8E8E. Windows color (decimal): -15549699 or 16628242. OLE color: 16628242.

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

Color convert

RGB 18 186 253 -
CMYK 0.93 0.26 0 0.01
HSL 197.11º 0.98% 0.53% -
HSV(B) 197.11º 0.93% 0.99% -
XYZ 35.54 42.34 99.23 -
YUV 143.41 189.84 38.55 -
System Red Green Blue C M Y K H S L
Decimal 18 186 253 0.93 0.26 0 0.01 197.11 0.98 0.53
Hex 12 BA FD 5D 1A 0 1 C5 62 35
Octal 22 272 375 135 32 0 1 305 142 65
Binary 10010 10111010 11111101 1011101 11010 0 1 11000101 1100010 110101

Color Harmonies of #12BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAFD

Black with #12BAFD

Text Example


Text Example

White with #12BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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