Html Css Color HEX #A8DFFF Columbia Blue

📋 copy color: '#A8DFFF'

red 168 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #A8DFFF

Tints of Columbia Blue #A8DFFF

RGB

 RED value IS 168 (66.02% from 255) = 26.01%

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

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

R = 26.01%
G = 34.52%
B = 39.47%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8DFFF (or 0xA8DFFF) is known color: Columbia Blue. HEX triplet: A8, DF and FF. RGB value is (168,223,255). Sum of RGB (Red+Green+Blue) = 168+223+255=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFFF is #572000. Grayscale: #D2D2D2. Windows color (decimal): -5709825 or 16768936. OLE color: 16768936.

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

Color convert

RGB 168 223 255 -
CMYK 0.34 0.13 0 0
HSL 202.07º 1% 0.83% -
HSV(B) 202.07º 0.34% 1% -
XYZ 60.59 68.32 104.6 -
YUV 210.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 168 223 255 0.34 0.13 0 0 202.07 1 0.83
Hex A8 DF FF 22 D 0 0 CA 64 53
Octal 250 337 377 42 15 0 0 312 144 123
Binary 10101000 11011111 11111111 100010 1101 0 0 11001010 1100100 1010011

Color Harmonies of #A8DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFFF

Black with #A8DFFF

Text Example


Text Example

White with #A8DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFFF; }

 p { color: rgb(168,223,255); }

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

background-color css

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

 a { background-color: rgb(168,223,255); }

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

border-color css

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

 span { border-color: rgb(168,223,255); }

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