Html Css Color HEX #AFDFFB Columbia Blue

📋 copy color: '#AFDFFB'

red 175 ◦ green 223 ◦ blue 251

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

Shades of Columbia Blue #AFDFFB

Tints of Columbia Blue #AFDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.36%

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

R = 26.96%
G = 34.36%
B = 38.67%

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

#AFDFFB (or 0xAFDFFB) is known color: Columbia Blue. HEX triplet: AF, DF and FB. RGB value is (175,223,251). Sum of RGB (Red+Green+Blue) = 175+223+251=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFFB is #502004. Grayscale: #D3D3D3. Windows color (decimal): -5251077 or 16506799. OLE color: 16506799.

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

Color convert

RGB 175 223 251 -
CMYK 0.30 0.11 0 0.02
HSL 202.11º 0.9% 0.84% -
HSV(B) 202.11º 0.3% 0.98% -
XYZ 61.48 68.85 101.32 -
YUV 211.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 175 223 251 0.30 0.11 0 0.02 202.11 0.9 0.84
Hex AF DF FB 1E B 0 2 CA 5A 54
Octal 257 337 373 36 13 0 2 312 132 124
Binary 10101111 11011111 11111011 11110 1011 0 10 11001010 1011010 1010100

Color Harmonies of #AFDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFFB

Black with #AFDFFB

Text Example


Text Example

White with #AFDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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