Html Css Color HEX #AFE0FB Columbia Blue

📋 copy color: '#AFE0FB'

red 175 ◦ green 224 ◦ blue 251

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

Shades of Columbia Blue #AFE0FB

Tints of Columbia Blue #AFE0FB

RGB

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

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

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

R = 26.92%
G = 34.46%
B = 38.62%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE0FB (or 0xAFE0FB) is known color: Columbia Blue. HEX triplet: AF, E0 and FB. RGB value is (175,224,251). Sum of RGB (Red+Green+Blue) = 175+224+251=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0FB is #501F04. Grayscale: #D4D4D4. Windows color (decimal): -5250821 or 16507055. OLE color: 16507055.

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

Color convert

RGB 175 224 251 -
CMYK 0.30 0.11 0 0.02
HSL 201.32º 0.9% 0.84% -
HSV(B) 201.32º 0.3% 0.98% -
XYZ 61.75 69.39 101.41 -
YUV 212.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 175 224 251 0.30 0.11 0 0.02 201.32 0.9 0.84
Hex AF E0 FB 1E B 0 2 C9 5A 54
Octal 257 340 373 36 13 0 2 311 132 124
Binary 10101111 11100000 11111011 11110 1011 0 10 11001001 1011010 1010100

Color Harmonies of #AFE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0FB

Black with #AFE0FB

Text Example


Text Example

White with #AFE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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