Html Css Color HEX #B3DFFD Columbia Blue

📋 copy color: '#B3DFFD'

red 179 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #B3DFFD

Tints of Columbia Blue #B3DFFD

RGB

 RED value IS 179 (70.31% from 255) = 27.33%

 GREEN value IS 223 (87.5% from 255) = 34.05%

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

R = 27.33%
G = 34.05%
B = 38.63%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B3DFFD (or 0xB3DFFD) is known color: Columbia Blue. HEX triplet: B3, DF and FD. RGB value is (179,223,253). Sum of RGB (Red+Green+Blue) = 179+223+253=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DFFD is #4C2002. Grayscale: #D5D5D5. Windows color (decimal): -4988931 or 16637875. OLE color: 16637875.

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

Color convert

RGB 179 223 253 -
CMYK 0.29 0.12 0 0.01
HSL 204.32º 0.95% 0.85% -
HSV(B) 204.32º 0.29% 0.99% -
XYZ 62.71 69.45 103.03 -
YUV 213.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 179 223 253 0.29 0.12 0 0.01 204.32 0.95 0.85
Hex B3 DF FD 1D C 0 1 CC 5F 55
Octal 263 337 375 35 14 0 1 314 137 125
Binary 10110011 11011111 11111101 11101 1100 0 1 11001100 1011111 1010101

Color Harmonies of #B3DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFFD

Black with #B3DFFD

Text Example


Text Example

White with #B3DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFFD; }

 p { color: rgb(179,223,253); }

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

background-color css

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

 a { background-color: rgb(179,223,253); }

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

border-color css

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

 span { border-color: rgb(179,223,253); }

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