Html Css Color HEX #AFE0F9 Columbia Blue

📋 copy color: '#AFE0F9'

red 175 ◦ green 224 ◦ blue 249

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

Shades of Columbia Blue #AFE0F9

Tints of Columbia Blue #AFE0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.43%

R = 27.01%
G = 34.57%
B = 38.43%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE0F9 (or 0xAFE0F9) is known color: Columbia Blue. HEX triplet: AF, E0 and F9. RGB value is (175,224,249). Sum of RGB (Red+Green+Blue) = 175+224+249=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFE0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F9 is #501F06. Grayscale: #D4D4D4. Windows color (decimal): -5250823 or 16375983. OLE color: 16375983.

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

Color convert

RGB 175 224 249 -
CMYK 0.30 0.10 0 0.02
HSL 200.27º 0.86% 0.83% -
HSV(B) 200.27º 0.3% 0.98% -
XYZ 61.43 69.26 99.75 -
YUV 212.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 175 224 249 0.30 0.10 0 0.02 200.27 0.86 0.83
Hex AF E0 F9 1E A 0 2 C8 56 53
Octal 257 340 371 36 12 0 2 310 126 123
Binary 10101111 11100000 11111001 11110 1010 0 10 11001000 1010110 1010011

Color Harmonies of #AFE0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0F9

Black with #AFE0F9

Text Example


Text Example

White with #AFE0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0F9; }

 p { color: rgb(175,224,249); }

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

background-color css

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

 a { background-color: rgb(175,224,249); }

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

border-color css

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

 span { border-color: rgb(175,224,249); }

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