Html Css Color HEX #12BFE5 Deep Sky Blue

📋 copy color: '#12BFE5'

red 18 ◦ green 191 ◦ blue 229

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

Shades of Deep Sky Blue #12BFE5

Tints of Deep Sky Blue #12BFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 4.11%
G = 43.61%
B = 52.28%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#12BFE5 (or 0x12BFE5) is known color: Deep Sky Blue. HEX triplet: 12, BF and E5. RGB value is (18,191,229). Sum of RGB (Red+Green+Blue) = 18+191+229=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #12BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFE5 is #ED401A. Grayscale: #8F8F8F. Windows color (decimal): -15548443 or 15056658. OLE color: 15056658.

HSL color Cylindrical-coordinate representation of color #12BFE5: hue angle of 190.81º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BFE5 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 191 229 -
CMYK 0.92 0.17 0 0.10
HSL 190.81º 0.85% 0.48% -
HSV(B) 190.81º 0.92% 0.9% -
XYZ 33.02 43.05 80.7 -
YUV 143.61 176.19 38.41 -
System Red Green Blue C M Y K H S L
Decimal 18 191 229 0.92 0.17 0 0.10 190.81 0.85 0.48
Hex 12 BF E5 5C 11 0 A BF 55 30
Octal 22 277 345 134 21 0 12 277 125 60
Binary 10010 10111111 11100101 1011100 10001 0 1010 10111111 1010101 110000

Color Harmonies of #12BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFE5

Black with #12BFE5

Text Example


Text Example

White with #12BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,191,229); }

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

background-color css

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

 a { background-color: rgb(18,191,229); }

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

border-color css

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

 span { border-color: rgb(18,191,229); }

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