Html Css Color HEX #AFDDFE Columbia Blue

📋 copy color: '#AFDDFE'

red 175 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #AFDDFE

Tints of Columbia Blue #AFDDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34%

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

R = 26.92%
G = 34%
B = 39.08%

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

#AFDDFE (or 0xAFDDFE) is known color: Columbia Blue. HEX triplet: AF, DD and FE. RGB value is (175,221,254). Sum of RGB (Red+Green+Blue) = 175+221+254=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFE is #502201. Grayscale: #D2D2D2. Windows color (decimal): -5251586 or 16702895. OLE color: 16702895.

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

Color convert

RGB 175 221 254 -
CMYK 0.31 0.13 0 0.00
HSL 205.06º 0.98% 0.84% -
HSV(B) 205.06º 0.31% 1% -
XYZ 61.43 67.98 103.65 -
YUV 211.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 175 221 254 0.31 0.13 0 0.00 205.06 0.98 0.84
Hex AF DD FE 1F D 0 0 CD 62 54
Octal 257 335 376 37 15 0 0 315 142 124
Binary 10101111 11011101 11111110 11111 1101 0 0 11001101 1100010 1010100

Color Harmonies of #AFDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDFE

Black with #AFDDFE

Text Example


Text Example

White with #AFDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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