Html Css Color HEX #B6DFF2 Light Blue

📋 copy color: '#B6DFF2'

red 182 ◦ green 223 ◦ blue 242

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

Shades of Light Blue #B6DFF2

Tints of Light Blue #B6DFF2

RGB

 RED value IS 182 (71.48% from 255) = 28.13%

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

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

R = 28.13%
G = 34.47%
B = 37.4%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6DFF2 (or 0xB6DFF2) is known color: Light Blue. HEX triplet: B6, DF and F2. RGB value is (182,223,242). Sum of RGB (Red+Green+Blue) = 182+223+242=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFF2 is #49200D. Grayscale: #D4D4D4. Windows color (decimal): -4792334 or 15916982. OLE color: 15916982.

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

Color convert

RGB 182 223 242 -
CMYK 0.25 0.08 0 0.05
HSL 199º 0.7% 0.83% -
HSV(B) 199º 0.25% 0.95% -
XYZ 61.71 69.13 94.1 -
YUV 212.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 182 223 242 0.25 0.08 0 0.05 199 0.7 0.83
Hex B6 DF F2 19 8 0 5 C7 46 53
Octal 266 337 362 31 10 0 5 307 106 123
Binary 10110110 11011111 11110010 11001 1000 0 101 11000111 1000110 1010011

Color Harmonies of #B6DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DFF2

Black with #B6DFF2

Text Example


Text Example

White with #B6DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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