Html Css Color HEX #AFE6FE Columbia Blue

📋 copy color: '#AFE6FE'

red 175 ◦ green 230 ◦ blue 254

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

Shades of Columbia Blue #AFE6FE

Tints of Columbia Blue #AFE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.9%

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

R = 26.56%
G = 34.9%
B = 38.54%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFE6FE (or 0xAFE6FE) is known color: Columbia Blue. HEX triplet: AF, E6 and FE. RGB value is (175,230,254). Sum of RGB (Red+Green+Blue) = 175+230+254=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6FE is #501901. Grayscale: #D8D8D8. Windows color (decimal): -5249282 or 16705199. OLE color: 16705199.

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

Color convert

RGB 175 230 254 -
CMYK 0.31 0.09 0 0.00
HSL 198.23º 0.98% 0.84% -
HSV(B) 198.23º 0.31% 1% -
XYZ 63.87 72.86 104.46 -
YUV 216.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 175 230 254 0.31 0.09 0 0.00 198.23 0.98 0.84
Hex AF E6 FE 1F 9 0 0 C6 62 54
Octal 257 346 376 37 11 0 0 306 142 124
Binary 10101111 11100110 11111110 11111 1001 0 0 11000110 1100010 1010100

Color Harmonies of #AFE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6FE

Black with #AFE6FE

Text Example


Text Example

White with #AFE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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