Html Css Color HEX #1ACFEE Deep Sky Blue

📋 copy color: '#1ACFEE'

red 26 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #1ACFEE

Tints of Deep Sky Blue #1ACFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 5.52%
G = 43.95%
B = 50.53%

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

#1ACFEE (or 0x1ACFEE) is known color: Deep Sky Blue. HEX triplet: 1A, CF and EE. RGB value is (26,207,238). Sum of RGB (Red+Green+Blue) = 26+207+238=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ACFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACFEE is #E53011. Grayscale: #9C9C9C. Windows color (decimal): -15020050 or 15650586. OLE color: 15650586.

HSL color Cylindrical-coordinate representation of color #1ACFEE: hue angle of 188.77º degrees, saturation: 0.86, 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 #1ACFEE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 207 238 -
CMYK 0.89 0.13 0 0.07
HSL 188.77º 0.86% 0.52% -
HSV(B) 188.77º 0.89% 0.93% -
XYZ 38.17 51.02 88.72 -
YUV 156.42 174.03 34.98 -
System Red Green Blue C M Y K H S L
Decimal 26 207 238 0.89 0.13 0 0.07 188.77 0.86 0.52
Hex 1A CF EE 59 D 0 7 BD 56 34
Octal 32 317 356 131 15 0 7 275 126 64
Binary 11010 11001111 11101110 1011001 1101 0 111 10111101 1010110 110100

Color Harmonies of #1ACFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFEE

Black with #1ACFEE

Text Example


Text Example

White with #1ACFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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