Html Css Color HEX #B2E2F6 Light Blue

📋 copy color: '#B2E2F6'

red 178 ◦ green 226 ◦ blue 246

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

Shades of Light Blue #B2E2F6

Tints of Light Blue #B2E2F6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.77%

 BLUE value IS 246 (96.48% from 255) = 37.85%

R = 27.38%
G = 34.77%
B = 37.85%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B2E2F6 (or 0xB2E2F6) is known color: Light Blue. HEX triplet: B2, E2 and F6. RGB value is (178,226,246). Sum of RGB (Red+Green+Blue) = 178+226+246=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #B2E2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E2F6 is #4D1D09. Grayscale: #D5D5D5. Windows color (decimal): -5053706 or 16179890. OLE color: 16179890.

HSL color Cylindrical-coordinate representation of color #B2E2F6: hue angle of 197.65º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2E2F6 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 226 246 -
CMYK 0.28 0.08 0 0.04
HSL 197.65º 0.79% 0.83% -
HSV(B) 197.65º 0.28% 0.96% -
XYZ 62.19 70.51 97.52 -
YUV 213.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 178 226 246 0.28 0.08 0 0.04 197.65 0.79 0.83
Hex B2 E2 F6 1C 8 0 4 C6 4F 53
Octal 262 342 366 34 10 0 4 306 117 123
Binary 10110010 11100010 11110110 11100 1000 0 100 11000110 1001111 1010011

Color Harmonies of #B2E2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E2F6

Black with #B2E2F6

Text Example


Text Example

White with #B2E2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E2F6; }

 p { color: rgb(178,226,246); }

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

background-color css

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

 a { background-color: rgb(178,226,246); }

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

border-color css

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

 span { border-color: rgb(178,226,246); }

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