Html Css Color HEX #12B8FF Deep Sky Blue

📋 copy color: '#12B8FF'

red 18 ◦ green 184 ◦ blue 255

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

Shades of Deep Sky Blue #12B8FF

Tints of Deep Sky Blue #12B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 3.94%
G = 40.26%
B = 55.8%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12B8FF (or 0x12B8FF) is known color: Deep Sky Blue. HEX triplet: 12, B8 and FF. RGB value is (18,184,255). Sum of RGB (Red+Green+Blue) = 18+184+255=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #12B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B8FF is #ED4700. Grayscale: #8E8E8E. Windows color (decimal): -15550209 or 16758802. OLE color: 16758802.

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

Color convert

RGB 18 184 255 -
CMYK 0.93 0.28 0 0
HSL 197.97º 1% 0.54% -
HSV(B) 197.97º 0.93% 1% -
XYZ 35.44 41.63 100.78 -
YUV 142.46 191.5 39.23 -
System Red Green Blue C M Y K H S L
Decimal 18 184 255 0.93 0.28 0 0 197.97 1 0.54
Hex 12 B8 FF 5D 1C 0 0 C6 64 36
Octal 22 270 377 135 34 0 0 306 144 66
Binary 10010 10111000 11111111 1011101 11100 0 0 11000110 1100100 110110

Color Harmonies of #12B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B8FF

Black with #12B8FF

Text Example


Text Example

White with #12B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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