Html Css Color HEX #8FD9FA Columbia Blue

📋 copy color: '#8FD9FA'

red 143 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #8FD9FA

Tints of Columbia Blue #8FD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.57%

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

R = 23.44%
G = 35.57%
B = 40.98%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FD9FA (or 0x8FD9FA) is known color: Columbia Blue. HEX triplet: 8F, D9 and FA. RGB value is (143,217,250). Sum of RGB (Red+Green+Blue) = 143+217+250=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD9FA is #702605. Grayscale: #C6C6C6. Windows color (decimal): -7349766 or 16439695. OLE color: 16439695.

HSL color Cylindrical-coordinate representation of color #8FD9FA: hue angle of 198.5º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD9FA is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 217 250 -
CMYK 0.43 0.13 0 0.02
HSL 198.5º 0.91% 0.77% -
HSV(B) 198.5º 0.43% 0.98% -
XYZ 53.4 62.37 99.67 -
YUV 198.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 143 217 250 0.43 0.13 0 0.02 198.5 0.91 0.77
Hex 8F D9 FA 2B D 0 2 C7 5B 4D
Octal 217 331 372 53 15 0 2 307 133 115
Binary 10001111 11011001 11111010 101011 1101 0 10 11000111 1011011 1001101

Color Harmonies of #8FD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD9FA

Black with #8FD9FA

Text Example


Text Example

White with #8FD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,217,250); }

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

background-color css

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

 a { background-color: rgb(143,217,250); }

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

border-color css

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

 span { border-color: rgb(143,217,250); }

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