Html Css Color HEX #B2DFFD Columbia Blue

📋 copy color: '#B2DFFD'

red 178 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #B2DFFD

Tints of Columbia Blue #B2DFFD

RGB

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

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

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

R = 27.22%
G = 34.1%
B = 38.69%

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

#B2DFFD (or 0xB2DFFD) is known color: Columbia Blue. HEX triplet: B2, DF and FD. RGB value is (178,223,253). Sum of RGB (Red+Green+Blue) = 178+223+253=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFD is #4D2002. Grayscale: #D4D4D4. Windows color (decimal): -5054467 or 16637874. OLE color: 16637874.

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

Color convert

RGB 178 223 253 -
CMYK 0.30 0.12 0 0.01
HSL 204º 0.95% 0.85% -
HSV(B) 204º 0.3% 0.99% -
XYZ 62.48 69.33 103.02 -
YUV 212.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 178 223 253 0.30 0.12 0 0.01 204 0.95 0.85
Hex B2 DF FD 1E C 0 1 CC 5F 55
Octal 262 337 375 36 14 0 1 314 137 125
Binary 10110010 11011111 11111101 11110 1100 0 1 11001100 1011111 1010101

Color Harmonies of #B2DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFFD

Black with #B2DFFD

Text Example


Text Example

White with #B2DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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