Html Css Color HEX #8DEAFF Columbia Blue

📋 copy color: '#8DEAFF'

red 141 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #8DEAFF

Tints of Columbia Blue #8DEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

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

R = 22.38%
G = 37.14%
B = 40.48%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DEAFF (or 0x8DEAFF) is known color: Columbia Blue. HEX triplet: 8D, EA and FF. RGB value is (141,234,255). Sum of RGB (Red+Green+Blue) = 141+234+255=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFF is #721500. Grayscale: #D0D0D0. Windows color (decimal): -7476481 or 16771725. OLE color: 16771725.

HSL color Cylindrical-coordinate representation of color #8DEAFF: hue angle of 191.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DEAFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 234 255 -
CMYK 0.45 0.08 0 0
HSL 191.05º 1% 0.78% -
HSV(B) 191.05º 0.45% 1% -
XYZ 58.46 71.73 105.37 -
YUV 208.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 141 234 255 0.45 0.08 0 0 191.05 1 0.78
Hex 8D EA FF 2D 8 0 0 BF 64 4E
Octal 215 352 377 55 10 0 0 277 144 116
Binary 10001101 11101010 11111111 101101 1000 0 0 10111111 1100100 1001110

Color Harmonies of #8DEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEAFF

Black with #8DEAFF

Text Example


Text Example

White with #8DEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,234,255); }

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

background-color css

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

 a { background-color: rgb(141,234,255); }

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

border-color css

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

 span { border-color: rgb(141,234,255); }

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