Html Css Color HEX #B2CFDF Light Blue

📋 copy color: '#B2CFDF'

red 178 ◦ green 207 ◦ blue 223

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

Shades of Light Blue #B2CFDF

Tints of Light Blue #B2CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 29.28%
G = 34.05%
B = 36.68%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2CFDF (or 0xB2CFDF) is known color: Light Blue. HEX triplet: B2, CF and DF. RGB value is (178,207,223). Sum of RGB (Red+Green+Blue) = 178+207+223=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFDF is #4D3020. Grayscale: #C8C8C8. Windows color (decimal): -5058593 or 14667698. OLE color: 14667698.

HSL color Cylindrical-coordinate representation of color #B2CFDF: hue angle of 201.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CFDF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 207 223 -
CMYK 0.20 0.07 0 0.13
HSL 201.33º 0.41% 0.79% -
HSV(B) 201.33º 0.2% 0.87% -
XYZ 53.99 59.42 78.44 -
YUV 200.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 178 207 223 0.20 0.07 0 0.13 201.33 0.41 0.79
Hex B2 CF DF 14 7 0 D C9 29 4F
Octal 262 317 337 24 7 0 15 311 51 117
Binary 10110010 11001111 11011111 10100 111 0 1101 11001001 101001 1001111

Color Harmonies of #B2CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFDF

Black with #B2CFDF

Text Example


Text Example

White with #B2CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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