Html Css Color HEX #AFDCFF Columbia Blue

📋 copy color: '#AFDCFF'

red 175 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #AFDCFF

Tints of Columbia Blue #AFDCFF

RGB

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

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

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

R = 26.92%
G = 33.85%
B = 39.23%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFDCFF (or 0xAFDCFF) is known color: Columbia Blue. HEX triplet: AF, DC and FF. RGB value is (175,220,255). Sum of RGB (Red+Green+Blue) = 175+220+255=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCFF is #502300. Grayscale: #D2D2D2. Windows color (decimal): -5251841 or 16768175. OLE color: 16768175.

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

Color convert

RGB 175 220 255 -
CMYK 0.31 0.14 0 0
HSL 206.25º 1% 0.84% -
HSV(B) 206.25º 0.31% 1% -
XYZ 61.32 67.52 104.41 -
YUV 210.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 175 220 255 0.31 0.14 0 0 206.25 1 0.84
Hex AF DC FF 1F E 0 0 CE 64 54
Octal 257 334 377 37 16 0 0 316 144 124
Binary 10101111 11011100 11111111 11111 1110 0 0 11001110 1100100 1010100

Color Harmonies of #AFDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCFF

Black with #AFDCFF

Text Example


Text Example

White with #AFDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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