Html Css Color HEX #8FDAFF Columbia Blue

📋 copy color: '#8FDAFF'

red 143 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #8FDAFF

Tints of Columbia Blue #8FDAFF

RGB

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

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

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

R = 23.21%
G = 35.39%
B = 41.4%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FDAFF (or 0x8FDAFF) is known color: Columbia Blue. HEX triplet: 8F, DA and FF. RGB value is (143,218,255). Sum of RGB (Red+Green+Blue) = 143+218+255=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAFF is #702500. Grayscale: #C7C7C7. Windows color (decimal): -7349505 or 16767631. OLE color: 16767631.

HSL color Cylindrical-coordinate representation of color #8FDAFF: hue angle of 199.82º 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 #8FDAFF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 218 255 -
CMYK 0.44 0.15 0 0
HSL 199.82º 1% 0.78% -
HSV(B) 199.82º 0.44% 1% -
XYZ 54.45 63.2 103.94 -
YUV 199.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 143 218 255 0.44 0.15 0 0 199.82 1 0.78
Hex 8F DA FF 2C F 0 0 C8 64 4E
Octal 217 332 377 54 17 0 0 310 144 116
Binary 10001111 11011010 11111111 101100 1111 0 0 11001000 1100100 1001110

Color Harmonies of #8FDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAFF

Black with #8FDAFF

Text Example


Text Example

White with #8FDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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