Html Css Color HEX #AFE3FF Columbia Blue

📋 copy color: '#AFE3FF'

red 175 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #AFE3FF

Tints of Columbia Blue #AFE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.55%

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

R = 26.64%
G = 34.55%
B = 38.81%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFE3FF (or 0xAFE3FF) is known color: Columbia Blue. HEX triplet: AF, E3 and FF. RGB value is (175,227,255). Sum of RGB (Red+Green+Blue) = 175+227+255=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3FF is #501C00. Grayscale: #D6D6D6. Windows color (decimal): -5250049 or 16769967. OLE color: 16769967.

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

Color convert

RGB 175 227 255 -
CMYK 0.31 0.11 0 0
HSL 201º 1% 0.84% -
HSV(B) 201º 0.31% 1% -
XYZ 63.2 71.27 105.03 -
YUV 214.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 175 227 255 0.31 0.11 0 0 201 1 0.84
Hex AF E3 FF 1F B 0 0 C9 64 54
Octal 257 343 377 37 13 0 0 311 144 124
Binary 10101111 11100011 11111111 11111 1011 0 0 11001001 1100100 1010100

Color Harmonies of #AFE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3FF

Black with #AFE3FF

Text Example


Text Example

White with #AFE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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