Html Css Color HEX #B2DFF2 Light Blue

📋 copy color: '#B2DFF2'

red 178 ◦ green 223 ◦ blue 242

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

Shades of Light Blue #B2DFF2

Tints of Light Blue #B2DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 27.68%
G = 34.68%
B = 37.64%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2DFF2 (or 0xB2DFF2) is known color: Light Blue. HEX triplet: B2, DF and F2. RGB value is (178,223,242). Sum of RGB (Red+Green+Blue) = 178+223+242=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFF2 is #4D200D. Grayscale: #D3D3D3. Windows color (decimal): -5054478 or 15916978. OLE color: 15916978.

HSL color Cylindrical-coordinate representation of color #B2DFF2: hue angle of 197.81º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2DFF2 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 223 242 -
CMYK 0.26 0.08 0 0.05
HSL 197.81º 0.71% 0.82% -
HSV(B) 197.81º 0.26% 0.95% -
XYZ 60.77 68.65 94.05 -
YUV 211.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 178 223 242 0.26 0.08 0 0.05 197.81 0.71 0.82
Hex B2 DF F2 1A 8 0 5 C6 47 52
Octal 262 337 362 32 10 0 5 306 107 122
Binary 10110010 11011111 11110010 11010 1000 0 101 11000110 1000111 1010010

Color Harmonies of #B2DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFF2

Black with #B2DFF2

Text Example


Text Example

White with #B2DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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