Html Css Color HEX #8CDFFA Columbia Blue

📋 copy color: '#8CDFFA'

red 140 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #8CDFFA

Tints of Columbia Blue #8CDFFA

RGB

 RED value IS 140 (55.08% from 255) = 22.84%

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

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

R = 22.84%
G = 36.38%
B = 40.78%

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

#8CDFFA (or 0x8CDFFA) is known color: Columbia Blue. HEX triplet: 8C, DF and FA. RGB value is (140,223,250). Sum of RGB (Red+Green+Blue) = 140+223+250=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFFA is #732005. Grayscale: #C9C9C9. Windows color (decimal): -7544838 or 16441228. OLE color: 16441228.

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

Color convert

RGB 140 223 250 -
CMYK 0.44 0.11 0 0.02
HSL 194.73º 0.92% 0.76% -
HSV(B) 194.73º 0.44% 0.98% -
XYZ 54.46 65.25 100.17 -
YUV 201.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 140 223 250 0.44 0.11 0 0.02 194.73 0.92 0.76
Hex 8C DF FA 2C B 0 2 C3 5C 4C
Octal 214 337 372 54 13 0 2 303 134 114
Binary 10001100 11011111 11111010 101100 1011 0 10 11000011 1011100 1001100

Color Harmonies of #8CDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFFA

Black with #8CDFFA

Text Example


Text Example

White with #8CDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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