Html Css Color HEX #B6CDFA Tropical Blue

📋 copy color: '#B6CDFA'

red 182 ◦ green 205 ◦ blue 250

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

Shades of Tropical Blue #B6CDFA

Tints of Tropical Blue #B6CDFA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 28.57%
G = 32.18%
B = 39.25%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B6CDFA (or 0xB6CDFA) is known color: Tropical Blue. HEX triplet: B6, CD and FA. RGB value is (182,205,250). Sum of RGB (Red+Green+Blue) = 182+205+250=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDFA is #493205. Grayscale: #CBCBCB. Windows color (decimal): -4796934 or 16436662. OLE color: 16436662.

HSL color Cylindrical-coordinate representation of color #B6CDFA: hue angle of 219.71º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6CDFA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 205 250 -
CMYK 0.27 0.18 0 0.02
HSL 219.71º 0.87% 0.85% -
HSV(B) 219.71º 0.27% 0.98% -
XYZ 58.38 60.51 99.05 -
YUV 203.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 182 205 250 0.27 0.18 0 0.02 219.71 0.87 0.85
Hex B6 CD FA 1B 12 0 2 DC 57 55
Octal 266 315 372 33 22 0 2 334 127 125
Binary 10110110 11001101 11111010 11011 10010 0 10 11011100 1010111 1010101

Color Harmonies of #B6CDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDFA

Black with #B6CDFA

Text Example


Text Example

White with #B6CDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDFA; }

 p { color: rgb(182,205,250); }

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

background-color css

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

 a { background-color: rgb(182,205,250); }

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

border-color css

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

 span { border-color: rgb(182,205,250); }

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