Html Css Color HEX #AFE4FA Columbia Blue

📋 copy color: '#AFE4FA'

red 175 ◦ green 228 ◦ blue 250

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

Shades of Columbia Blue #AFE4FA

Tints of Columbia Blue #AFE4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.92%

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 26.8%
G = 34.92%
B = 38.28%

CMYK

 C value IS 0.3

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE4FA (or 0xAFE4FA) is known color: Columbia Blue. HEX triplet: AF, E4 and FA. RGB value is (175,228,250). Sum of RGB (Red+Green+Blue) = 175+228+250=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4FA is #501B05. Grayscale: #D6D6D6. Windows color (decimal): -5249798 or 16442543. OLE color: 16442543.

HSL color Cylindrical-coordinate representation of color #AFE4FA: hue angle of 197.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE4FA is Cyan = 0.3, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 228 250 -
CMYK 0.3 0.09 0 0.02
HSL 197.6º 0.88% 0.83% -
HSV(B) 197.6º 0.3% 0.98% -
XYZ 62.68 71.5 100.94 -
YUV 214.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 175 228 250 0.3 0.09 0 0.02 197.6 0.88 0.83
Hex AF E4 FA 1E 9 0 2 C6 58 53
Octal 257 344 372 36 11 0 2 306 130 123
Binary 10101111 11100100 11111010 11110 1001 0 10 11000110 1011000 1010011

Color Harmonies of #AFE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4FA

Black with #AFE4FA

Text Example


Text Example

White with #AFE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4FA; }

 p { color: rgb(175,228,250); }

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

background-color css

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

 a { background-color: rgb(175,228,250); }

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

border-color css

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

 span { border-color: rgb(175,228,250); }

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