Html Css Color HEX #B2CFE1 Light Blue

📋 copy color: '#B2CFE1'

red 178 ◦ green 207 ◦ blue 225

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

Shades of Light Blue #B2CFE1

Tints of Light Blue #B2CFE1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.93%

 BLUE value IS 225 (88.28% from 255) = 36.89%

R = 29.18%
G = 33.93%
B = 36.89%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B2CFE1 (or 0xB2CFE1) is known color: Light Blue. HEX triplet: B2, CF and E1. RGB value is (178,207,225). Sum of RGB (Red+Green+Blue) = 178+207+225=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFE1 is #4D301E. Grayscale: #C8C8C8. Windows color (decimal): -5058591 or 14798770. OLE color: 14798770.

HSL color Cylindrical-coordinate representation of color #B2CFE1: hue angle of 202.98º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2CFE1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 207 225 -
CMYK 0.21 0.08 0 0.12
HSL 202.98º 0.44% 0.79% -
HSV(B) 202.98º 0.21% 0.88% -
XYZ 54.26 59.53 79.86 -
YUV 200.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 178 207 225 0.21 0.08 0 0.12 202.98 0.44 0.79
Hex B2 CF E1 15 8 0 C CB 2C 4F
Octal 262 317 341 25 10 0 14 313 54 117
Binary 10110010 11001111 11100001 10101 1000 0 1100 11001011 101100 1001111

Color Harmonies of #B2CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFE1

Black with #B2CFE1

Text Example


Text Example

White with #B2CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFE1; }

 p { color: rgb(178,207,225); }

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

background-color css

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

 a { background-color: rgb(178,207,225); }

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

border-color css

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

 span { border-color: rgb(178,207,225); }

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