Html Css Color HEX #B0E0FA Columbia Blue

📋 copy color: '#B0E0FA'

red 176 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #B0E0FA

Tints of Columbia Blue #B0E0FA

RGB

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

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

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

R = 27.08%
G = 34.46%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0E0FA (or 0xB0E0FA) is known color: Columbia Blue. HEX triplet: B0, E0 and FA. RGB value is (176,224,250). Sum of RGB (Red+Green+Blue) = 176+224+250=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0FA is #4F1F05. Grayscale: #D4D4D4. Windows color (decimal): -5185286 or 16441520. OLE color: 16441520.

HSL color Cylindrical-coordinate representation of color #B0E0FA: hue angle of 201.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E0FA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 224 250 -
CMYK 0.30 0.10 0 0.02
HSL 201.08º 0.88% 0.84% -
HSV(B) 201.08º 0.3% 0.98% -
XYZ 61.82 69.44 100.59 -
YUV 212.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 176 224 250 0.30 0.10 0 0.02 201.08 0.88 0.84
Hex B0 E0 FA 1E A 0 2 C9 58 54
Octal 260 340 372 36 12 0 2 311 130 124
Binary 10110000 11100000 11111010 11110 1010 0 10 11001001 1011000 1010100

Color Harmonies of #B0E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0FA

Black with #B0E0FA

Text Example


Text Example

White with #B0E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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