Html Css Color HEX #8DDFFA Columbia Blue

📋 copy color: '#8DDFFA'

red 141 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #8DDFFA

Tints of Columbia Blue #8DDFFA

RGB

 RED value IS 141 (55.47% from 255) = 22.96%

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

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

R = 22.96%
G = 36.32%
B = 40.72%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DDFFA (or 0x8DDFFA) is known color: Columbia Blue. HEX triplet: 8D, DF and FA. RGB value is (141,223,250). Sum of RGB (Red+Green+Blue) = 141+223+250=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFFA is #722005. Grayscale: #C9C9C9. Windows color (decimal): -7479302 or 16441229. OLE color: 16441229.

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

Color convert

RGB 141 223 250 -
CMYK 0.44 0.11 0 0.02
HSL 194.86º 0.92% 0.77% -
HSV(B) 194.86º 0.44% 0.98% -
XYZ 54.63 65.34 100.18 -
YUV 201.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 141 223 250 0.44 0.11 0 0.02 194.86 0.92 0.77
Hex 8D DF FA 2C B 0 2 C3 5C 4D
Octal 215 337 372 54 13 0 2 303 134 115
Binary 10001101 11011111 11111010 101100 1011 0 10 11000011 1011100 1001101

Color Harmonies of #8DDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDFFA

Black with #8DDFFA

Text Example


Text Example

White with #8DDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,250); }

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

background-color css

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

 a { background-color: rgb(141,223,250); }

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

border-color css

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

 span { border-color: rgb(141,223,250); }

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