Html Css Color HEX #6BF2FC Baby Blue

📋 copy color: '#6BF2FC'

red 107 ◦ green 242 ◦ blue 252

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

Shades of Baby Blue #6BF2FC

Tints of Baby Blue #6BF2FC

RGB

 RED value IS 107 (42.19% from 255) = 17.8%

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

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

R = 17.8%
G = 40.27%
B = 41.93%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BF2FC (or 0x6BF2FC) is known color: Baby Blue. HEX triplet: 6B, F2 and FC. RGB value is (107,242,252). Sum of RGB (Red+Green+Blue) = 107+242+252=601 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.80% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BF2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2FC is #940D03. Grayscale: #CACACA. Windows color (decimal): -9702660 or 16577131. OLE color: 16577131.

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

Color convert

RGB 107 242 252 -
CMYK 0.58 0.04 0 0.01
HSL 184.14º 0.96% 0.7% -
HSV(B) 184.14º 0.58% 0.99% -
XYZ 55.39 73.66 103.39 -
YUV 202.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 107 242 252 0.58 0.04 0 0.01 184.14 0.96 0.7
Hex 6B F2 FC 3A 4 0 1 B8 60 46
Octal 153 362 374 72 4 0 1 270 140 106
Binary 1101011 11110010 11111100 111010 100 0 1 10111000 1100000 1000110

Color Harmonies of #6BF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF2FC

Black with #6BF2FC

Text Example


Text Example

White with #6BF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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