Html Css Color HEX #ADDFF8 Columbia Blue

📋 copy color: '#ADDFF8'

red 173 ◦ green 223 ◦ blue 248

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

Shades of Columbia Blue #ADDFF8

Tints of Columbia Blue #ADDFF8

RGB

 RED value IS 173 (67.97% from 255) = 26.86%

 GREEN value IS 223 (87.5% from 255) = 34.63%

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

R = 26.86%
G = 34.63%
B = 38.51%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADDFF8 (or 0xADDFF8) is known color: Columbia Blue. HEX triplet: AD, DF and F8. RGB value is (173,223,248). Sum of RGB (Red+Green+Blue) = 173+223+248=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF8 is #522007. Grayscale: #D2D2D2. Windows color (decimal): -5382152 or 16310189. OLE color: 16310189.

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

Color convert

RGB 173 223 248 -
CMYK 0.30 0.10 0 0.03
HSL 200º 0.84% 0.83% -
HSV(B) 200º 0.3% 0.97% -
XYZ 60.56 68.44 98.82 -
YUV 210.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 173 223 248 0.30 0.10 0 0.03 200 0.84 0.83
Hex AD DF F8 1E A 0 3 C8 54 53
Octal 255 337 370 36 12 0 3 310 124 123
Binary 10101101 11011111 11111000 11110 1010 0 11 11001000 1010100 1010011

Color Harmonies of #ADDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFF8

Black with #ADDFF8

Text Example


Text Example

White with #ADDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFF8; }

 p { color: rgb(173,223,248); }

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

background-color css

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

 a { background-color: rgb(173,223,248); }

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

border-color css

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

 span { border-color: rgb(173,223,248); }

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