Html Css Color HEX #12DAFB Deep Sky Blue

📋 copy color: '#12DAFB'

red 18 ◦ green 218 ◦ blue 251

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

Shades of Deep Sky Blue #12DAFB

Tints of Deep Sky Blue #12DAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.76%

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 3.7%
G = 44.76%
B = 51.54%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12DAFB (or 0x12DAFB) is known color: Deep Sky Blue. HEX triplet: 12, DA and FB. RGB value is (18,218,251). Sum of RGB (Red+Green+Blue) = 18+218+251=487 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #12DAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAFB is #ED2504. Grayscale: #A1A1A1. Windows color (decimal): -15541509 or 16505362. OLE color: 16505362.

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

Color convert

RGB 18 218 251 -
CMYK 0.93 0.13 0 0.02
HSL 188.5º 0.97% 0.53% -
HSV(B) 188.5º 0.93% 0.98% -
XYZ 42.73 57.24 100.06 -
YUV 161.96 178.24 25.32 -
System Red Green Blue C M Y K H S L
Decimal 18 218 251 0.93 0.13 0 0.02 188.5 0.97 0.53
Hex 12 DA FB 5D D 0 2 BC 61 35
Octal 22 332 373 135 15 0 2 274 141 65
Binary 10010 11011010 11111011 1011101 1101 0 10 10111100 1100001 110101

Color Harmonies of #12DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAFB

Black with #12DAFB

Text Example


Text Example

White with #12DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,251); }

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

background-color css

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

 a { background-color: rgb(18,218,251); }

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

border-color css

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

 span { border-color: rgb(18,218,251); }

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