Html Css Color HEX #6FFAFF Baby Blue

📋 copy color: '#6FFAFF'

red 111 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #6FFAFF

Tints of Baby Blue #6FFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.58%

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

R = 18.02%
G = 40.58%
B = 41.4%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FFAFF (or 0x6FFAFF) is known color: Baby Blue. HEX triplet: 6F, FA and FF. RGB value is (111,250,255). Sum of RGB (Red+Green+Blue) = 111+250+255=616 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.02% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAFF is #900500. Grayscale: #D0D0D0. Windows color (decimal): -9438465 or 16775791. OLE color: 16775791.

HSL color Cylindrical-coordinate representation of color #6FFAFF: hue angle of 182.08º 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 #6FFAFF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 250 255 -
CMYK 0.56 0.02 0 0
HSL 182.08º 1% 0.72% -
HSV(B) 182.08º 0.56% 1% -
XYZ 58.79 78.97 106.75 -
YUV 209.01 153.95 58.09 -
System Red Green Blue C M Y K H S L
Decimal 111 250 255 0.56 0.02 0 0 182.08 1 0.72
Hex 6F FA FF 38 2 0 0 B6 64 48
Octal 157 372 377 70 2 0 0 266 144 110
Binary 1101111 11111010 11111111 111000 10 0 0 10110110 1100100 1001000

Color Harmonies of #6FFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAFF

Black with #6FFAFF

Text Example


Text Example

White with #6FFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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