Html Css Color HEX #B0EAFF Columbia Blue

📋 copy color: '#B0EAFF'

red 176 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #B0EAFF

Tints of Columbia Blue #B0EAFF

RGB

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

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

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

R = 26.47%
G = 35.19%
B = 38.35%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0EAFF (or 0xB0EAFF) is known color: Columbia Blue. HEX triplet: B0, EA and FF. RGB value is (176,234,255). Sum of RGB (Red+Green+Blue) = 176+234+255=665 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.47% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAFF is #4F1500. Grayscale: #DADADA. Windows color (decimal): -5182721 or 16771760. OLE color: 16771760.

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

Color convert

RGB 176 234 255 -
CMYK 0.31 0.08 0 0
HSL 195.95º 1% 0.85% -
HSV(B) 195.95º 0.31% 1% -
XYZ 65.38 75.3 105.7 -
YUV 219.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 176 234 255 0.31 0.08 0 0 195.95 1 0.85
Hex B0 EA FF 1F 8 0 0 C4 64 55
Octal 260 352 377 37 10 0 0 304 144 125
Binary 10110000 11101010 11111111 11111 1000 0 0 11000100 1100100 1010101

Color Harmonies of #B0EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAFF

Black with #B0EAFF

Text Example


Text Example

White with #B0EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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