Html Css Color HEX #AFE1FE Columbia Blue

📋 copy color: '#AFE1FE'

red 175 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #AFE1FE

Tints of Columbia Blue #AFE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

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

R = 26.76%
G = 34.4%
B = 38.84%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFE1FE (or 0xAFE1FE) is known color: Columbia Blue. HEX triplet: AF, E1 and FE. RGB value is (175,225,254). Sum of RGB (Red+Green+Blue) = 175+225+254=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1FE is #501E01. Grayscale: #D5D5D5. Windows color (decimal): -5250562 or 16703919. OLE color: 16703919.

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

Color convert

RGB 175 225 254 -
CMYK 0.31 0.11 0 0.00
HSL 202.03º 0.98% 0.84% -
HSV(B) 202.03º 0.31% 1% -
XYZ 62.49 70.12 104.01 -
YUV 213.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 175 225 254 0.31 0.11 0 0.00 202.03 0.98 0.84
Hex AF E1 FE 1F B 0 0 CA 62 54
Octal 257 341 376 37 13 0 0 312 142 124
Binary 10101111 11100001 11111110 11111 1011 0 0 11001010 1100010 1010100

Color Harmonies of #AFE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1FE

Black with #AFE1FE

Text Example


Text Example

White with #AFE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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