Html Css Color HEX #12BDF3 Deep Sky Blue

📋 copy color: '#12BDF3'

red 18 ◦ green 189 ◦ blue 243

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

Shades of Deep Sky Blue #12BDF3

Tints of Deep Sky Blue #12BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54%

R = 4%
G = 42%
B = 54%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12BDF3 (or 0x12BDF3) is known color: Deep Sky Blue. HEX triplet: 12, BD and F3. RGB value is (18,189,243). Sum of RGB (Red+Green+Blue) = 18+189+243=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #12BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDF3 is #ED420C. Grayscale: #8F8F8F. Windows color (decimal): -15548941 or 15973650. OLE color: 15973650.

HSL color Cylindrical-coordinate representation of color #12BDF3: hue angle of 194.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BDF3 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 189 243 -
CMYK 0.93 0.22 0 0.05
HSL 194.4º 0.9% 0.51% -
HSV(B) 194.4º 0.93% 0.95% -
XYZ 34.62 42.99 91.27 -
YUV 144.03 183.85 38.11 -
System Red Green Blue C M Y K H S L
Decimal 18 189 243 0.93 0.22 0 0.05 194.4 0.9 0.51
Hex 12 BD F3 5D 16 0 5 C2 5A 33
Octal 22 275 363 135 26 0 5 302 132 63
Binary 10010 10111101 11110011 1011101 10110 0 101 11000010 1011010 110011

Color Harmonies of #12BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDF3

Black with #12BDF3

Text Example


Text Example

White with #12BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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