Html Css Color HEX #6FFCFF Baby Blue

📋 copy color: '#6FFCFF'

red 111 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #6FFCFF

Tints of Baby Blue #6FFCFF

RGB

 RED value IS 111 (43.75% from 255) = 17.96%

 GREEN value IS 252 (98.83% from 255) = 40.78%

 BLUE value IS 255 (100% from 255) = 41.26%

R = 17.96%
G = 40.78%
B = 41.26%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FFCFF (or 0x6FFCFF) is known color: Baby Blue. HEX triplet: 6F, FC and FF. RGB value is (111,252,255). Sum of RGB (Red+Green+Blue) = 111+252+255=618 (81% of max value = 765). Red value is 111 (43.75% from 255 or 17.96% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCFF is #900300. Grayscale: #D2D2D2. Windows color (decimal): -9437953 or 16776303. OLE color: 16776303.

HSL color Cylindrical-coordinate representation of color #6FFCFF: hue angle of 181.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFCFF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 252 255 -
CMYK 0.56 0.01 0 0
HSL 181.25º 1% 0.72% -
HSV(B) 181.25º 0.56% 1% -
XYZ 59.42 80.22 106.96 -
YUV 210.18 153.29 57.26 -
System Red Green Blue C M Y K H S L
Decimal 111 252 255 0.56 0.01 0 0 181.25 1 0.72
Hex 6F FC FF 38 1 0 0 B5 64 48
Octal 157 374 377 70 1 0 0 265 144 110
Binary 1101111 11111100 11111111 111000 1 0 0 10110101 1100100 1001000

Color Harmonies of #6FFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFCFF

Black with #6FFCFF

Text Example


Text Example

White with #6FFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,252,255); }

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

background-color css

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

 a { background-color: rgb(111,252,255); }

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

border-color css

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

 span { border-color: rgb(111,252,255); }

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