Html Css Color HEX #AFE0FF Columbia Blue

📋 copy color: '#AFE0FF'

red 175 ◦ green 224 ◦ blue 255

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

Shades of Columbia Blue #AFE0FF

Tints of Columbia Blue #AFE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 26.76%
G = 34.25%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFE0FF (or 0xAFE0FF) is known color: Columbia Blue. HEX triplet: AF, E0 and FF. RGB value is (175,224,255). Sum of RGB (Red+Green+Blue) = 175+224+255=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0FF is #501F00. Grayscale: #D4D4D4. Windows color (decimal): -5250817 or 16769199. OLE color: 16769199.

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

Color convert

RGB 175 224 255 -
CMYK 0.31 0.12 0 0
HSL 203.25º 1% 0.84% -
HSV(B) 203.25º 0.31% 1% -
XYZ 62.38 69.65 104.76 -
YUV 212.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 175 224 255 0.31 0.12 0 0 203.25 1 0.84
Hex AF E0 FF 1F C 0 0 CB 64 54
Octal 257 340 377 37 14 0 0 313 144 124
Binary 10101111 11100000 11111111 11111 1100 0 0 11001011 1100100 1010100

Color Harmonies of #AFE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0FF

Black with #AFE0FF

Text Example


Text Example

White with #AFE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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