Html Css Color HEX #AFDFFE Columbia Blue

📋 copy color: '#AFDFFE'

red 175 ◦ green 223 ◦ blue 254

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

Shades of Columbia Blue #AFDFFE

Tints of Columbia Blue #AFDFFE

RGB

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

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

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

R = 26.84%
G = 34.2%
B = 38.96%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFDFFE (or 0xAFDFFE) is known color: Columbia Blue. HEX triplet: AF, DF and FE. RGB value is (175,223,254). Sum of RGB (Red+Green+Blue) = 175+223+254=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFFE is #502001. Grayscale: #D4D4D4. Windows color (decimal): -5251074 or 16703407. OLE color: 16703407.

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

Color convert

RGB 175 223 254 -
CMYK 0.31 0.12 0 0.00
HSL 203.54º 0.98% 0.84% -
HSV(B) 203.54º 0.31% 1% -
XYZ 61.96 69.05 103.83 -
YUV 212.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 175 223 254 0.31 0.12 0 0.00 203.54 0.98 0.84
Hex AF DF FE 1F C 0 0 CC 62 54
Octal 257 337 376 37 14 0 0 314 142 124
Binary 10101111 11011111 11111110 11111 1100 0 0 11001100 1100010 1010100

Color Harmonies of #AFDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFFE

Black with #AFDFFE

Text Example


Text Example

White with #AFDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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