Html Css Color HEX #B0E0FD Columbia Blue

📋 copy color: '#B0E0FD'

red 176 ◦ green 224 ◦ blue 253

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

Shades of Columbia Blue #B0E0FD

Tints of Columbia Blue #B0E0FD

RGB

 RED value IS 176 (69.14% from 255) = 26.95%

 GREEN value IS 224 (87.89% from 255) = 34.3%

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 26.95%
G = 34.3%
B = 38.74%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B0E0FD (or 0xB0E0FD) is known color: Columbia Blue. HEX triplet: B0, E0 and FD. RGB value is (176,224,253). Sum of RGB (Red+Green+Blue) = 176+224+253=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0FD is #4F1F02. Grayscale: #D4D4D4. Windows color (decimal): -5185283 or 16638128. OLE color: 16638128.

HSL color Cylindrical-coordinate representation of color #B0E0FD: hue angle of 202.6º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E0FD is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 224 253 -
CMYK 0.30 0.11 0 0.01
HSL 202.6º 0.95% 0.84% -
HSV(B) 202.6º 0.3% 0.99% -
XYZ 62.29 69.63 103.09 -
YUV 212.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 176 224 253 0.30 0.11 0 0.01 202.6 0.95 0.84
Hex B0 E0 FD 1E B 0 1 CB 5F 54
Octal 260 340 375 36 13 0 1 313 137 124
Binary 10110000 11100000 11111101 11110 1011 0 1 11001011 1011111 1010100

Color Harmonies of #B0E0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0FD

Black with #B0E0FD

Text Example


Text Example

White with #B0E0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0FD; }

 p { color: rgb(176,224,253); }

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

background-color css

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

 a { background-color: rgb(176,224,253); }

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

border-color css

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

 span { border-color: rgb(176,224,253); }

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