Html Css Color HEX #8FDDF8 Columbia Blue

📋 copy color: '#8FDDF8'

red 143 ◦ green 221 ◦ blue 248

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

Shades of Columbia Blue #8FDDF8

Tints of Columbia Blue #8FDDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 23.37%
G = 36.11%
B = 40.52%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8FDDF8 (or 0x8FDDF8) is known color: Columbia Blue. HEX triplet: 8F, DD and F8. RGB value is (143,221,248). Sum of RGB (Red+Green+Blue) = 143+221+248=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDF8 is #702207. Grayscale: #C8C8C8. Windows color (decimal): -7348744 or 16309647. OLE color: 16309647.

HSL color Cylindrical-coordinate representation of color #8FDDF8: hue angle of 195.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FDDF8 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 221 248 -
CMYK 0.42 0.11 0 0.03
HSL 195.43º 0.88% 0.77% -
HSV(B) 195.43º 0.42% 0.97% -
XYZ 54.13 64.33 98.37 -
YUV 200.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 143 221 248 0.42 0.11 0 0.03 195.43 0.88 0.77
Hex 8F DD F8 2A B 0 3 C3 58 4D
Octal 217 335 370 52 13 0 3 303 130 115
Binary 10001111 11011101 11111000 101010 1011 0 11 11000011 1011000 1001101

Color Harmonies of #8FDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDDF8

Black with #8FDDF8

Text Example


Text Example

White with #8FDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,221,248); }

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

background-color css

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

 a { background-color: rgb(143,221,248); }

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

border-color css

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

 span { border-color: rgb(143,221,248); }

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