Html Css Color HEX #AFE5FB Columbia Blue

📋 copy color: '#AFE5FB'

red 175 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #AFE5FB

Tints of Columbia Blue #AFE5FB

RGB

 RED value IS 175 (68.75% from 255) = 26.72%

 GREEN value IS 229 (89.84% from 255) = 34.96%

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 26.72%
G = 34.96%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE5FB (or 0xAFE5FB) is known color: Columbia Blue. HEX triplet: AF, E5 and FB. RGB value is (175,229,251). Sum of RGB (Red+Green+Blue) = 175+229+251=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5FB is #501A04. Grayscale: #D7D7D7. Windows color (decimal): -5249541 or 16508335. OLE color: 16508335.

HSL color Cylindrical-coordinate representation of color #AFE5FB: hue angle of 197.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE5FB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 229 251 -
CMYK 0.30 0.09 0 0.02
HSL 197.37º 0.9% 0.84% -
HSV(B) 197.37º 0.3% 0.98% -
XYZ 63.11 72.12 101.86 -
YUV 215.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 175 229 251 0.30 0.09 0 0.02 197.37 0.9 0.84
Hex AF E5 FB 1E 9 0 2 C5 5A 54
Octal 257 345 373 36 11 0 2 305 132 124
Binary 10101111 11100101 11111011 11110 1001 0 10 11000101 1011010 1010100

Color Harmonies of #AFE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5FB

Black with #AFE5FB

Text Example


Text Example

White with #AFE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5FB; }

 p { color: rgb(175,229,251); }

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

background-color css

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

 a { background-color: rgb(175,229,251); }

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

border-color css

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

 span { border-color: rgb(175,229,251); }

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