Html Css Color HEX #1ACBEE Deep Sky Blue

📋 copy color: '#1ACBEE'

red 26 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #1ACBEE

Tints of Deep Sky Blue #1ACBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

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

R = 5.57%
G = 43.47%
B = 50.96%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ACBEE (or 0x1ACBEE) is known color: Deep Sky Blue. HEX triplet: 1A, CB and EE. RGB value is (26,203,238). Sum of RGB (Red+Green+Blue) = 26+203+238=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ACBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACBEE is #E53411. Grayscale: #999999. Windows color (decimal): -15021074 or 15649562. OLE color: 15649562.

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

Color convert

RGB 26 203 238 -
CMYK 0.89 0.15 0 0.07
HSL 189.91º 0.86% 0.52% -
HSV(B) 189.91º 0.89% 0.93% -
XYZ 37.21 49.1 88.41 -
YUV 154.07 175.36 36.65 -
System Red Green Blue C M Y K H S L
Decimal 26 203 238 0.89 0.15 0 0.07 189.91 0.86 0.52
Hex 1A CB EE 59 F 0 7 BE 56 34
Octal 32 313 356 131 17 0 7 276 126 64
Binary 11010 11001011 11101110 1011001 1111 0 111 10111110 1010110 110100

Color Harmonies of #1ACBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACBEE

Black with #1ACBEE

Text Example


Text Example

White with #1ACBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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