Html Css Color HEX #8FDFFF Columbia Blue

📋 copy color: '#8FDFFF'

red 143 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #8FDFFF

Tints of Columbia Blue #8FDFFF

RGB

 RED value IS 143 (56.25% from 255) = 23.03%

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

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

R = 23.03%
G = 35.91%
B = 41.06%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FDFFF (or 0x8FDFFF) is known color: Columbia Blue. HEX triplet: 8F, DF and FF. RGB value is (143,223,255). Sum of RGB (Red+Green+Blue) = 143+223+255=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFFF is #702000. Grayscale: #CACACA. Windows color (decimal): -7348225 or 16768911. OLE color: 16768911.

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

Color convert

RGB 143 223 255 -
CMYK 0.44 0.13 0 0
HSL 197.14º 1% 0.78% -
HSV(B) 197.14º 0.44% 1% -
XYZ 55.77 65.83 104.38 -
YUV 202.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 143 223 255 0.44 0.13 0 0 197.14 1 0.78
Hex 8F DF FF 2C D 0 0 C5 64 4E
Octal 217 337 377 54 15 0 0 305 144 116
Binary 10001111 11011111 11111111 101100 1101 0 0 11000101 1100100 1001110

Color Harmonies of #8FDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFFF

Black with #8FDFFF

Text Example


Text Example

White with #8FDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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