Html Css Color HEX #B0DEFC Columbia Blue

📋 copy color: '#B0DEFC'

red 176 ◦ green 222 ◦ blue 252

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

Shades of Columbia Blue #B0DEFC

Tints of Columbia Blue #B0DEFC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.15%

 BLUE value IS 252 (98.83% from 255) = 38.77%

R = 27.08%
G = 34.15%
B = 38.77%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B0DEFC (or 0xB0DEFC) is known color: Columbia Blue. HEX triplet: B0, DE and FC. RGB value is (176,222,252). Sum of RGB (Red+Green+Blue) = 176+222+252=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEFC is #4F2103. Grayscale: #D3D3D3. Windows color (decimal): -5185796 or 16572080. OLE color: 16572080.

HSL color Cylindrical-coordinate representation of color #B0DEFC: hue angle of 203.68º degrees, saturation: 0.93, 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 #B0DEFC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 222 252 -
CMYK 0.30 0.12 0 0.01
HSL 203.68º 0.93% 0.84% -
HSV(B) 203.68º 0.3% 0.99% -
XYZ 61.6 68.5 102.07 -
YUV 211.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 176 222 252 0.30 0.12 0 0.01 203.68 0.93 0.84
Hex B0 DE FC 1E C 0 1 CC 5D 54
Octal 260 336 374 36 14 0 1 314 135 124
Binary 10110000 11011110 11111100 11110 1100 0 1 11001100 1011101 1010100

Color Harmonies of #B0DEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEFC

Black with #B0DEFC

Text Example


Text Example

White with #B0DEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEFC; }

 p { color: rgb(176,222,252); }

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

background-color css

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

 a { background-color: rgb(176,222,252); }

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

border-color css

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

 span { border-color: rgb(176,222,252); }

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