Html Css Color HEX #8EDBFC Columbia Blue

📋 copy color: '#8EDBFC'

red 142 ◦ green 219 ◦ blue 252

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

Shades of Columbia Blue #8EDBFC

Tints of Columbia Blue #8EDBFC

RGB

 RED value IS 142 (55.86% from 255) = 23.16%

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

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 23.16%
G = 35.73%
B = 41.11%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EDBFC (or 0x8EDBFC) is known color: Columbia Blue. HEX triplet: 8E, DB and FC. RGB value is (142,219,252). Sum of RGB (Red+Green+Blue) = 142+219+252=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDBFC is #712403. Grayscale: #C7C7C7. Windows color (decimal): -7414788 or 16571278. OLE color: 16571278.

HSL color Cylindrical-coordinate representation of color #8EDBFC: hue angle of 198º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDBFC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 219 252 -
CMYK 0.44 0.13 0 0.01
HSL 198º 0.95% 0.77% -
HSV(B) 198º 0.44% 0.99% -
XYZ 54.06 63.44 101.49 -
YUV 199.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 142 219 252 0.44 0.13 0 0.01 198 0.95 0.77
Hex 8E DB FC 2C D 0 1 C6 5F 4D
Octal 216 333 374 54 15 0 1 306 137 115
Binary 10001110 11011011 11111100 101100 1101 0 1 11000110 1011111 1001101

Color Harmonies of #8EDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBFC

Black with #8EDBFC

Text Example


Text Example

White with #8EDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,252); }

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

background-color css

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

 a { background-color: rgb(142,219,252); }

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

border-color css

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

 span { border-color: rgb(142,219,252); }

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