Html Css Color HEX #8FDAFD Columbia Blue

📋 copy color: '#8FDAFD'

red 143 ◦ green 218 ◦ blue 253

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

Shades of Columbia Blue #8FDAFD

Tints of Columbia Blue #8FDAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

 BLUE value IS 253 (99.22% from 255) = 41.21%

R = 23.29%
G = 35.5%
B = 41.21%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FDAFD (or 0x8FDAFD) is known color: Columbia Blue. HEX triplet: 8F, DA and FD. RGB value is (143,218,253). Sum of RGB (Red+Green+Blue) = 143+218+253=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAFD is #702502. Grayscale: #C7C7C7. Windows color (decimal): -7349507 or 16636559. OLE color: 16636559.

HSL color Cylindrical-coordinate representation of color #8FDAFD: hue angle of 199.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDAFD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 218 253 -
CMYK 0.43 0.14 0 0.01
HSL 199.09º 0.96% 0.78% -
HSV(B) 199.09º 0.43% 0.99% -
XYZ 54.13 63.07 102.25 -
YUV 199.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 143 218 253 0.43 0.14 0 0.01 199.09 0.96 0.78
Hex 8F DA FD 2B E 0 1 C7 60 4E
Octal 217 332 375 53 16 0 1 307 140 116
Binary 10001111 11011010 11111101 101011 1110 0 1 11000111 1100000 1001110

Color Harmonies of #8FDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAFD

Black with #8FDAFD

Text Example


Text Example

White with #8FDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,253); }

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

background-color css

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

 a { background-color: rgb(143,218,253); }

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

border-color css

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

 span { border-color: rgb(143,218,253); }

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