Html Css Color HEX #12BDFF Deep Sky Blue

📋 copy color: '#12BDFF'

red 18 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #12BDFF

Tints of Deep Sky Blue #12BDFF

RGB

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

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

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

R = 3.9%
G = 40.91%
B = 55.19%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12BDFF (or 0x12BDFF) is known color: Deep Sky Blue. HEX triplet: 12, BD and FF. RGB value is (18,189,255). Sum of RGB (Red+Green+Blue) = 18+189+255=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #12BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDFF is #ED4200. Grayscale: #909090. Windows color (decimal): -15548929 or 16760082. OLE color: 16760082.

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

Color convert

RGB 18 189 255 -
CMYK 0.93 0.26 0 0
HSL 196.71º 1% 0.54% -
HSV(B) 196.71º 0.93% 1% -
XYZ 36.5 43.74 101.13 -
YUV 145.4 189.85 37.13 -
System Red Green Blue C M Y K H S L
Decimal 18 189 255 0.93 0.26 0 0 196.71 1 0.54
Hex 12 BD FF 5D 1A 0 0 C5 64 36
Octal 22 275 377 135 32 0 0 305 144 66
Binary 10010 10111101 11111111 1011101 11010 0 0 11000101 1100100 110110

Color Harmonies of #12BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDFF

Black with #12BDFF

Text Example


Text Example

White with #12BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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