Html Css Color HEX #8FDFFB Columbia Blue

📋 copy color: '#8FDFFB'

red 143 ◦ green 223 ◦ blue 251

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

Shades of Columbia Blue #8FDFFB

Tints of Columbia Blue #8FDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.14%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 23.18%
G = 36.14%
B = 40.68%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FDFFB (or 0x8FDFFB) is known color: Columbia Blue. HEX triplet: 8F, DF and FB. RGB value is (143,223,251). Sum of RGB (Red+Green+Blue) = 143+223+251=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFFB is #702004. Grayscale: #CACACA. Windows color (decimal): -7348229 or 16506767. OLE color: 16506767.

HSL color Cylindrical-coordinate representation of color #8FDFFB: hue angle of 195.56º degrees, saturation: 0.93, 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 #8FDFFB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 223 251 -
CMYK 0.43 0.11 0 0.02
HSL 195.56º 0.93% 0.77% -
HSV(B) 195.56º 0.43% 0.98% -
XYZ 55.13 65.58 101.02 -
YUV 202.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 143 223 251 0.43 0.11 0 0.02 195.56 0.93 0.77
Hex 8F DF FB 2B B 0 2 C4 5D 4D
Octal 217 337 373 53 13 0 2 304 135 115
Binary 10001111 11011111 11111011 101011 1011 0 10 11000100 1011101 1001101

Color Harmonies of #8FDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFFB

Black with #8FDFFB

Text Example


Text Example

White with #8FDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,223,251); }

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

background-color css

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

 a { background-color: rgb(143,223,251); }

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

border-color css

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

 span { border-color: rgb(143,223,251); }

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