Html Css Color HEX #B4E5FD Columbia Blue

📋 copy color: '#B4E5FD'

red 180 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #B4E5FD

Tints of Columbia Blue #B4E5FD

RGB

 RED value IS 180 (70.7% from 255) = 27.19%

 GREEN value IS 229 (89.84% from 255) = 34.59%

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

R = 27.19%
G = 34.59%
B = 38.22%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4E5FD (or 0xB4E5FD) is known color: Columbia Blue. HEX triplet: B4, E5 and FD. RGB value is (180,229,253). Sum of RGB (Red+Green+Blue) = 180+229+253=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5FD is #4B1A02. Grayscale: #D8D8D8. Windows color (decimal): -4921859 or 16639412. OLE color: 16639412.

HSL color Cylindrical-coordinate representation of color #B4E5FD: hue angle of 199.73º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E5FD is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 229 253 -
CMYK 0.29 0.09 0 0.01
HSL 199.73º 0.95% 0.85% -
HSV(B) 199.73º 0.29% 0.99% -
XYZ 64.57 72.83 103.58 -
YUV 217.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 180 229 253 0.29 0.09 0 0.01 199.73 0.95 0.85
Hex B4 E5 FD 1D 9 0 1 C8 5F 55
Octal 264 345 375 35 11 0 1 310 137 125
Binary 10110100 11100101 11111101 11101 1001 0 1 11001000 1011111 1010101

Color Harmonies of #B4E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5FD

Black with #B4E5FD

Text Example


Text Example

White with #B4E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5FD; }

 p { color: rgb(180,229,253); }

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

background-color css

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

 a { background-color: rgb(180,229,253); }

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

border-color css

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

 span { border-color: rgb(180,229,253); }

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