Html Css Color HEX #12BEFB Deep Sky Blue

📋 copy color: '#12BEFB'

red 18 ◦ green 190 ◦ blue 251

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

Shades of Deep Sky Blue #12BEFB

Tints of Deep Sky Blue #12BEFB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 3.92%
G = 41.39%
B = 54.68%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12BEFB (or 0x12BEFB) is known color: Deep Sky Blue. HEX triplet: 12, BE and FB. RGB value is (18,190,251). Sum of RGB (Red+Green+Blue) = 18+190+251=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #12BEFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BEFB is #ED4104. Grayscale: #919191. Windows color (decimal): -15548677 or 16498194. OLE color: 16498194.

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

Color convert

RGB 18 190 251 -
CMYK 0.93 0.24 0 0.02
HSL 195.71º 0.97% 0.53% -
HSV(B) 195.71º 0.93% 0.98% -
XYZ 36.08 43.92 97.84 -
YUV 145.53 187.52 37.04 -
System Red Green Blue C M Y K H S L
Decimal 18 190 251 0.93 0.24 0 0.02 195.71 0.97 0.53
Hex 12 BE FB 5D 18 0 2 C4 61 35
Octal 22 276 373 135 30 0 2 304 141 65
Binary 10010 10111110 11111011 1011101 11000 0 10 11000100 1100001 110101

Color Harmonies of #12BEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BEFB

Black with #12BEFB

Text Example


Text Example

White with #12BEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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