Html Css Color HEX #AFE3FE Columbia Blue

📋 copy color: '#AFE3FE'

red 175 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #AFE3FE

Tints of Columbia Blue #AFE3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.6%

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

R = 26.68%
G = 34.6%
B = 38.72%

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

#AFE3FE (or 0xAFE3FE) is known color: Columbia Blue. HEX triplet: AF, E3 and FE. RGB value is (175,227,254). Sum of RGB (Red+Green+Blue) = 175+227+254=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3FE is #501C01. Grayscale: #D6D6D6. Windows color (decimal): -5250050 or 16704431. OLE color: 16704431.

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

Color convert

RGB 175 227 254 -
CMYK 0.31 0.11 0 0.00
HSL 200.51º 0.98% 0.84% -
HSV(B) 200.51º 0.31% 1% -
XYZ 63.04 71.21 104.19 -
YUV 214.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 175 227 254 0.31 0.11 0 0.00 200.51 0.98 0.84
Hex AF E3 FE 1F B 0 0 C9 62 54
Octal 257 343 376 37 13 0 0 311 142 124
Binary 10101111 11100011 11111110 11111 1011 0 0 11001001 1100010 1010100

Color Harmonies of #AFE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3FE

Black with #AFE3FE

Text Example


Text Example

White with #AFE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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