Html Css Color HEX #AFDFFF Columbia Blue

📋 copy color: '#AFDFFF'

red 175 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #AFDFFF

Tints of Columbia Blue #AFDFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.05%

R = 26.8%
G = 34.15%
B = 39.05%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFDFFF (or 0xAFDFFF) is known color: Columbia Blue. HEX triplet: AF, DF and FF. RGB value is (175,223,255). Sum of RGB (Red+Green+Blue) = 175+223+255=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFFF is #502000. Grayscale: #D4D4D4. Windows color (decimal): -5251073 or 16768943. OLE color: 16768943.

HSL color Cylindrical-coordinate representation of color #AFDFFF: hue angle of 204º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDFFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 223 255 -
CMYK 0.31 0.13 0 0
HSL 204º 1% 0.84% -
HSV(B) 204º 0.31% 1% -
XYZ 62.12 69.11 104.67 -
YUV 212.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 175 223 255 0.31 0.13 0 0 204 1 0.84
Hex AF DF FF 1F D 0 0 CC 64 54
Octal 257 337 377 37 15 0 0 314 144 124
Binary 10101111 11011111 11111111 11111 1101 0 0 11001100 1100100 1010100

Color Harmonies of #AFDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFFF

Black with #AFDFFF

Text Example


Text Example

White with #AFDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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