Html Css Color HEX #12BDFB Deep Sky Blue

📋 copy color: '#12BDFB'

red 18 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #12BDFB

Tints of Deep Sky Blue #12BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

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

R = 3.93%
G = 41.27%
B = 54.8%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12BDFB (or 0x12BDFB) is known color: Deep Sky Blue. HEX triplet: 12, BD and FB. RGB value is (18,189,251). Sum of RGB (Red+Green+Blue) = 18+189+251=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #12BDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDFB is #ED4204. Grayscale: #909090. Windows color (decimal): -15548933 or 16497938. OLE color: 16497938.

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

Color convert

RGB 18 189 251 -
CMYK 0.93 0.25 0 0.02
HSL 195.97º 0.97% 0.53% -
HSV(B) 195.97º 0.93% 0.98% -
XYZ 35.86 43.49 97.77 -
YUV 144.94 187.85 37.46 -
System Red Green Blue C M Y K H S L
Decimal 18 189 251 0.93 0.25 0 0.02 195.97 0.97 0.53
Hex 12 BD FB 5D 19 0 2 C4 61 35
Octal 22 275 373 135 31 0 2 304 141 65
Binary 10010 10111101 11111011 1011101 11001 0 10 11000100 1100001 110101

Color Harmonies of #12BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDFB

Black with #12BDFB

Text Example


Text Example

White with #12BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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