Html Css Color HEX #8FDBFF Columbia Blue

📋 copy color: '#8FDBFF'

red 143 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #8FDBFF

Tints of Columbia Blue #8FDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.49%

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

R = 23.18%
G = 35.49%
B = 41.33%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FDBFF (or 0x8FDBFF) is known color: Columbia Blue. HEX triplet: 8F, DB and FF. RGB value is (143,219,255). Sum of RGB (Red+Green+Blue) = 143+219+255=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFF is #702400. Grayscale: #C8C8C8. Windows color (decimal): -7349249 or 16767887. OLE color: 16767887.

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

Color convert

RGB 143 219 255 -
CMYK 0.44 0.14 0 0
HSL 199.29º 1% 0.78% -
HSV(B) 199.29º 0.44% 1% -
XYZ 54.71 63.72 104.02 -
YUV 200.38 158.82 87.07 -
System Red Green Blue C M Y K H S L
Decimal 143 219 255 0.44 0.14 0 0 199.29 1 0.78
Hex 8F DB FF 2C E 0 0 C7 64 4E
Octal 217 333 377 54 16 0 0 307 144 116
Binary 10001111 11011011 11111111 101100 1110 0 0 11000111 1100100 1001110

Color Harmonies of #8FDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBFF

Black with #8FDBFF

Text Example


Text Example

White with #8FDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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