Html Css Color HEX #ABE0FD Columbia Blue

📋 copy color: '#ABE0FD'

red 171 ◦ green 224 ◦ blue 253

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

Shades of Columbia Blue #ABE0FD

Tints of Columbia Blue #ABE0FD

RGB

 RED value IS 171 (67.19% from 255) = 26.39%

 GREEN value IS 224 (87.89% from 255) = 34.57%

 BLUE value IS 253 (99.22% from 255) = 39.04%

R = 26.39%
G = 34.57%
B = 39.04%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABE0FD (or 0xABE0FD) is known color: Columbia Blue. HEX triplet: AB, E0 and FD. RGB value is (171,224,253). Sum of RGB (Red+Green+Blue) = 171+224+253=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0FD is #541F02. Grayscale: #D3D3D3. Windows color (decimal): -5512963 or 16638123. OLE color: 16638123.

HSL color Cylindrical-coordinate representation of color #ABE0FD: hue angle of 201.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE0FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 224 253 -
CMYK 0.32 0.11 0 0.01
HSL 201.22º 0.95% 0.83% -
HSV(B) 201.22º 0.32% 0.99% -
XYZ 61.18 69.06 103.03 -
YUV 211.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 171 224 253 0.32 0.11 0 0.01 201.22 0.95 0.83
Hex AB E0 FD 20 B 0 1 C9 5F 53
Octal 253 340 375 40 13 0 1 311 137 123
Binary 10101011 11100000 11111101 100000 1011 0 1 11001001 1011111 1010011

Color Harmonies of #ABE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE0FD

Black with #ABE0FD

Text Example


Text Example

White with #ABE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE0FD; }

 p { color: rgb(171,224,253); }

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

background-color css

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

 a { background-color: rgb(171,224,253); }

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

border-color css

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

 span { border-color: rgb(171,224,253); }

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