Html Css Color HEX #B2E0FA Columbia Blue

📋 copy color: '#B2E0FA'

red 178 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #B2E0FA

Tints of Columbia Blue #B2E0FA

RGB

 RED value IS 178 (69.92% from 255) = 27.3%

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

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

R = 27.3%
G = 34.36%
B = 38.34%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2E0FA (or 0xB2E0FA) is known color: Columbia Blue. HEX triplet: B2, E0 and FA. RGB value is (178,224,250). Sum of RGB (Red+Green+Blue) = 178+224+250=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E0FA is #4D1F05. Grayscale: #D5D5D5. Windows color (decimal): -5054214 or 16441522. OLE color: 16441522.

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

Color convert

RGB 178 224 250 -
CMYK 0.29 0.10 0 0.02
HSL 201.67º 0.88% 0.84% -
HSV(B) 201.67º 0.29% 0.98% -
XYZ 62.27 69.68 100.61 -
YUV 213.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 178 224 250 0.29 0.10 0 0.02 201.67 0.88 0.84
Hex B2 E0 FA 1D A 0 2 CA 58 54
Octal 262 340 372 35 12 0 2 312 130 124
Binary 10110010 11100000 11111010 11101 1010 0 10 11001010 1011000 1010100

Color Harmonies of #B2E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E0FA

Black with #B2E0FA

Text Example


Text Example

White with #B2E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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