Html Css Color HEX #B6C8F3 Tropical Blue

📋 copy color: '#B6C8F3'

red 182 ◦ green 200 ◦ blue 243

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

Shades of Tropical Blue #B6C8F3

Tints of Tropical Blue #B6C8F3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32%

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 29.12%
G = 32%
B = 38.88%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6C8F3 (or 0xB6C8F3) is known color: Tropical Blue. HEX triplet: B6, C8 and F3. RGB value is (182,200,243). Sum of RGB (Red+Green+Blue) = 182+200+243=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6C8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C8F3 is #49370C. Grayscale: #C7C7C7. Windows color (decimal): -4798221 or 15976630. OLE color: 15976630.

HSL color Cylindrical-coordinate representation of color #B6C8F3: hue angle of 222.3º degrees, saturation: 0.72, 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 #B6C8F3 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 200 243 -
CMYK 0.25 0.18 0 0.05
HSL 222.3º 0.72% 0.83% -
HSV(B) 222.3º 0.25% 0.95% -
XYZ 56.12 57.72 92.98 -
YUV 199.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 182 200 243 0.25 0.18 0 0.05 222.3 0.72 0.83
Hex B6 C8 F3 19 12 0 5 DE 48 53
Octal 266 310 363 31 22 0 5 336 110 123
Binary 10110110 11001000 11110011 11001 10010 0 101 11011110 1001000 1010011

Color Harmonies of #B6C8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8F3

Black with #B6C8F3

Text Example


Text Example

White with #B6C8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8F3; }

 p { color: rgb(182,200,243); }

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

background-color css

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

 a { background-color: rgb(182,200,243); }

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

border-color css

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

 span { border-color: rgb(182,200,243); }

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