Html Css Color HEX #AFDCFC Columbia Blue

📋 copy color: '#AFDCFC'

red 175 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #AFDCFC

Tints of Columbia Blue #AFDCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 27.05%
G = 34%
B = 38.95%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFDCFC (or 0xAFDCFC) is known color: Columbia Blue. HEX triplet: AF, DC and FC. RGB value is (175,220,252). Sum of RGB (Red+Green+Blue) = 175+220+252=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCFC is #502303. Grayscale: #D2D2D2. Windows color (decimal): -5251844 or 16571567. OLE color: 16571567.

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

Color convert

RGB 175 220 252 -
CMYK 0.31 0.13 0 0.01
HSL 204.94º 0.93% 0.84% -
HSV(B) 204.94º 0.31% 0.99% -
XYZ 60.84 67.33 101.88 -
YUV 210.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 175 220 252 0.31 0.13 0 0.01 204.94 0.93 0.84
Hex AF DC FC 1F D 0 1 CD 5D 54
Octal 257 334 374 37 15 0 1 315 135 124
Binary 10101111 11011100 11111100 11111 1101 0 1 11001101 1011101 1010100

Color Harmonies of #AFDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCFC

Black with #AFDCFC

Text Example


Text Example

White with #AFDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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