Html Css Color HEX #AEDBFE Columbia Blue

📋 copy color: '#AEDBFE'

red 174 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #AEDBFE

Tints of Columbia Blue #AEDBFE

RGB

 RED value IS 174 (68.36% from 255) = 26.89%

 GREEN value IS 219 (85.94% from 255) = 33.85%

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 26.89%
G = 33.85%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEDBFE (or 0xAEDBFE) is known color: Columbia Blue. HEX triplet: AE, DB and FE. RGB value is (174,219,254). Sum of RGB (Red+Green+Blue) = 174+219+254=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFE is #512401. Grayscale: #D1D1D1. Windows color (decimal): -5317634 or 16702382. OLE color: 16702382.

HSL color Cylindrical-coordinate representation of color #AEDBFE: hue angle of 206.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDBFE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 219 254 -
CMYK 0.31 0.14 0 0.00
HSL 206.25º 0.98% 0.84% -
HSV(B) 206.25º 0.31% 1% -
XYZ 60.68 66.82 103.47 -
YUV 209.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 174 219 254 0.31 0.14 0 0.00 206.25 0.98 0.84
Hex AE DB FE 1F E 0 0 CE 62 54
Octal 256 333 376 37 16 0 0 316 142 124
Binary 10101110 11011011 11111110 11111 1110 0 0 11001110 1100010 1010100

Color Harmonies of #AEDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBFE

Black with #AEDBFE

Text Example


Text Example

White with #AEDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBFE; }

 p { color: rgb(174,219,254); }

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

background-color css

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

 a { background-color: rgb(174,219,254); }

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

border-color css

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

 span { border-color: rgb(174,219,254); }

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