Html Css Color HEX #AFE7FF Columbia Blue

📋 copy color: '#AFE7FF'

red 175 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #AFE7FF

Tints of Columbia Blue #AFE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.95%

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

R = 26.48%
G = 34.95%
B = 38.58%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFE7FF (or 0xAFE7FF) is known color: Columbia Blue. HEX triplet: AF, E7 and FF. RGB value is (175,231,255). Sum of RGB (Red+Green+Blue) = 175+231+255=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7FF is #501800. Grayscale: #D8D8D8. Windows color (decimal): -5249025 or 16770991. OLE color: 16770991.

HSL color Cylindrical-coordinate representation of color #AFE7FF: hue angle of 198º 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 #AFE7FF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 231 255 -
CMYK 0.31 0.09 0 0
HSL 198º 1% 0.84% -
HSV(B) 198º 0.31% 1% -
XYZ 64.31 73.49 105.4 -
YUV 216.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 175 231 255 0.31 0.09 0 0 198 1 0.84
Hex AF E7 FF 1F 9 0 0 C6 64 54
Octal 257 347 377 37 11 0 0 306 144 124
Binary 10101111 11100111 11111111 11111 1001 0 0 11000110 1100100 1010100

Color Harmonies of #AFE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE7FF

Black with #AFE7FF

Text Example


Text Example

White with #AFE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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