Html Css Color HEX #AFDCFE Columbia Blue

📋 copy color: '#AFDCFE'

red 175 ◦ green 220 ◦ blue 254

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

Shades of Columbia Blue #AFDCFE

Tints of Columbia Blue #AFDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.9%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 26.96%
G = 33.9%
B = 39.14%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFDCFE (or 0xAFDCFE) is known color: Columbia Blue. HEX triplet: AF, DC and FE. RGB value is (175,220,254). Sum of RGB (Red+Green+Blue) = 175+220+254=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCFE is #502301. Grayscale: #D2D2D2. Windows color (decimal): -5251842 or 16702639. OLE color: 16702639.

HSL color Cylindrical-coordinate representation of color #AFDCFE: hue angle of 205.82º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDCFE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 220 254 -
CMYK 0.31 0.13 0 0.00
HSL 205.82º 0.98% 0.84% -
HSV(B) 205.82º 0.31% 1% -
XYZ 61.16 67.46 103.56 -
YUV 210.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 175 220 254 0.31 0.13 0 0.00 205.82 0.98 0.84
Hex AF DC FE 1F D 0 0 CE 62 54
Octal 257 334 376 37 15 0 0 316 142 124
Binary 10101111 11011100 11111110 11111 1101 0 0 11001110 1100010 1010100

Color Harmonies of #AFDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCFE

Black with #AFDCFE

Text Example


Text Example

White with #AFDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCFE; }

 p { color: rgb(175,220,254); }

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

background-color css

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

 a { background-color: rgb(175,220,254); }

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

border-color css

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

 span { border-color: rgb(175,220,254); }

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