Html Css Color HEX #1ACFED Deep Sky Blue

📋 copy color: '#1ACFED'

red 26 ◦ green 207 ◦ blue 237

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

Shades of Deep Sky Blue #1ACFED

Tints of Deep Sky Blue #1ACFED

RGB

 RED value IS 26 (10.55% from 255) = 5.53%

 GREEN value IS 207 (81.25% from 255) = 44.04%

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 5.53%
G = 44.04%
B = 50.43%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ACFED (or 0x1ACFED) is known color: Deep Sky Blue. HEX triplet: 1A, CF and ED. RGB value is (26,207,237). Sum of RGB (Red+Green+Blue) = 26+207+237=470 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.53% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ACFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACFED is #E53012. Grayscale: #9C9C9C. Windows color (decimal): -15020051 or 15585050. OLE color: 15585050.

HSL color Cylindrical-coordinate representation of color #1ACFED: hue angle of 188.53º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACFED is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 207 237 -
CMYK 0.89 0.13 0 0.07
HSL 188.53º 0.85% 0.52% -
HSV(B) 188.53º 0.89% 0.93% -
XYZ 38.02 50.96 87.95 -
YUV 156.3 173.53 35.06 -
System Red Green Blue C M Y K H S L
Decimal 26 207 237 0.89 0.13 0 0.07 188.53 0.85 0.52
Hex 1A CF ED 59 D 0 7 BD 55 34
Octal 32 317 355 131 15 0 7 275 125 64
Binary 11010 11001111 11101101 1011001 1101 0 111 10111101 1010101 110100

Color Harmonies of #1ACFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFED

Black with #1ACFED

Text Example


Text Example

White with #1ACFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACFED; }

 p { color: rgb(26,207,237); }

 H1.HeaderClassName
 {
   color: #1ACFED;
 }
 .AnyTagClassName
 {
   color: #1ACFED;
 }
</style>

background-color css

<style>
 a { background-color: #1ACFED; }

 a { background-color: rgb(26,207,237); }

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

border-color css

<style>
 span { border-color: #1ACFED; }

 span { border-color: rgb(26,207,237); }

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