Html Css Color HEX #AFDEF8 Columbia Blue

📋 copy color: '#AFDEF8'

red 175 ◦ green 222 ◦ blue 248

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

Shades of Columbia Blue #AFDEF8

Tints of Columbia Blue #AFDEF8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.42%

 BLUE value IS 248 (97.27% from 255) = 38.45%

R = 27.13%
G = 34.42%
B = 38.45%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFDEF8 (or 0xAFDEF8) is known color: Columbia Blue. HEX triplet: AF, DE and F8. RGB value is (175,222,248). Sum of RGB (Red+Green+Blue) = 175+222+248=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFDEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF8 is #502107. Grayscale: #D2D2D2. Windows color (decimal): -5251336 or 16309935. OLE color: 16309935.

HSL color Cylindrical-coordinate representation of color #AFDEF8: hue angle of 201.37º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDEF8 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 222 248 -
CMYK 0.29 0.10 0 0.03
HSL 201.37º 0.84% 0.83% -
HSV(B) 201.37º 0.29% 0.97% -
XYZ 60.74 68.13 98.76 -
YUV 210.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 175 222 248 0.29 0.10 0 0.03 201.37 0.84 0.83
Hex AF DE F8 1D A 0 3 C9 54 53
Octal 257 336 370 35 12 0 3 311 124 123
Binary 10101111 11011110 11111000 11101 1010 0 11 11001001 1010100 1010011

Color Harmonies of #AFDEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEF8

Black with #AFDEF8

Text Example


Text Example

White with #AFDEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEF8; }

 p { color: rgb(175,222,248); }

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

background-color css

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

 a { background-color: rgb(175,222,248); }

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

border-color css

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

 span { border-color: rgb(175,222,248); }

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