Html Css Color HEX #8ADFF7 Columbia Blue

📋 copy color: '#8ADFF7'

red 138 ◦ green 223 ◦ blue 247

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

Shades of Columbia Blue #8ADFF7

Tints of Columbia Blue #8ADFF7

RGB

 RED value IS 138 (54.3% from 255) = 22.7%

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

 BLUE value IS 247 (96.88% from 255) = 40.63%

R = 22.7%
G = 36.68%
B = 40.63%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8ADFF7 (or 0x8ADFF7) is known color: Columbia Blue. HEX triplet: 8A, DF and F7. RGB value is (138,223,247). Sum of RGB (Red+Green+Blue) = 138+223+247=608 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.70% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #8ADFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFF7 is #752008. Grayscale: #C8C8C8. Windows color (decimal): -7675913 or 16244618. OLE color: 16244618.

HSL color Cylindrical-coordinate representation of color #8ADFF7: hue angle of 193.21º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ADFF7 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 223 247 -
CMYK 0.44 0.10 0 0.03
HSL 193.21º 0.87% 0.75% -
HSV(B) 193.21º 0.44% 0.97% -
XYZ 53.66 64.89 97.69 -
YUV 200.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 138 223 247 0.44 0.10 0 0.03 193.21 0.87 0.75
Hex 8A DF F7 2C A 0 3 C1 57 4B
Octal 212 337 367 54 12 0 3 301 127 113
Binary 10001010 11011111 11110111 101100 1010 0 11 11000001 1010111 1001011

Color Harmonies of #8ADFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFF7

Black with #8ADFF7

Text Example


Text Example

White with #8ADFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,223,247); }

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

background-color css

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

 a { background-color: rgb(138,223,247); }

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

border-color css

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

 span { border-color: rgb(138,223,247); }

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