Html Css Color HEX #6CF2FC Baby Blue

📋 copy color: '#6CF2FC'

red 108 ◦ green 242 ◦ blue 252

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

Shades of Baby Blue #6CF2FC

Tints of Baby Blue #6CF2FC

RGB

 RED value IS 108 (42.58% from 255) = 17.94%

 GREEN value IS 242 (94.92% from 255) = 40.2%

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 17.94%
G = 40.2%
B = 41.86%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CF2FC (or 0x6CF2FC) is known color: Baby Blue. HEX triplet: 6C, F2 and FC. RGB value is (108,242,252). Sum of RGB (Red+Green+Blue) = 108+242+252=602 (79% of max value = 765). Red value is 108 (42.58% from 255 or 17.94% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CF2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF2FC is #930D03. Grayscale: #CACACA. Windows color (decimal): -9637124 or 16577132. OLE color: 16577132.

HSL color Cylindrical-coordinate representation of color #6CF2FC: hue angle of 184.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF2FC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 242 252 -
CMYK 0.57 0.04 0 0.01
HSL 184.17º 0.96% 0.71% -
HSV(B) 184.17º 0.57% 0.99% -
XYZ 55.51 73.72 103.4 -
YUV 203.07 155.61 60.19 -
System Red Green Blue C M Y K H S L
Decimal 108 242 252 0.57 0.04 0 0.01 184.17 0.96 0.71
Hex 6C F2 FC 39 4 0 1 B8 60 47
Octal 154 362 374 71 4 0 1 270 140 107
Binary 1101100 11110010 11111100 111001 100 0 1 10111000 1100000 1000111

Color Harmonies of #6CF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF2FC

Black with #6CF2FC

Text Example


Text Example

White with #6CF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CF2FC; }

 p { color: rgb(108,242,252); }

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

background-color css

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

 a { background-color: rgb(108,242,252); }

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

border-color css

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

 span { border-color: rgb(108,242,252); }

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